diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000000000000000000000000000000000000..f21a82852d409a3215dfabe0e0239636120a60e7 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,38 @@ +pkgbase = lxlauncher + pkgdesc = Open source clone of the Asus launcher for EeePC + pkgver = 0.2.5 + pkgrel = 5 + url = https://lxde.org/ + arch = x86_64 + license = GPL2 + makedepends = intltool + depends = gtk2 + depends = gtk3 + depends = startup-notification + depends = lxmenu-data + depends = menu-cache + backup = etc/xdg/lxlauncher/gtk.css + backup = etc/xdg/lxlauncher/gtkrc + backup = etc/xdg/lxlauncher/settings.conf + source = https://downloads.sourceforge.net/lxde/lxlauncher-0.2.5.tar.xz + source = 0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch + source = fix-invisible-icons.patch + sha256sums = cd14b59cf337e7ba0d67efc95cd79859ab5f0f85af5a84c7aff771f868c3dca7 + sha256sums = 794a92dda67f055a794315af4d1a1b0d3319da836582fbc88bbaa3f737612f70 + sha256sums = 34fd1774d962965795eac8002d77a17078a967e2812ebae3e71d35533e1b3799 + +pkgname = lxlauncher + groups = lxde + depends = gtk2 + depends = startup-notification + depends = lxmenu-data + depends = menu-cache + +pkgname = lxlauncher-gtk3 + pkgdesc = Open source clone of the Asus launcher for EeePC (GTK+ 3 version) + groups = lxde-gtk3 + depends = gtk3 + depends = startup-notification + depends = lxmenu-data + depends = menu-cache + conflicts = lxlauncher diff --git a/PKGBUILD b/PKGBUILD index d1aa18b80739dc3f7596fb813746e3c473a4ef0f..330b496305034c23d3a7bc927bd280af2e6a9057 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=lxlauncher pkgname=(lxlauncher lxlauncher-gtk3) pkgver=0.2.5 -pkgrel=4 +pkgrel=5 pkgdesc='Open source clone of the Asus launcher for EeePC' arch=('x86_64') license=('GPL2')