* update lxlauncher to 0.2.5-5
This commit is contained in:
parent
484ffecd60
commit
76ded3cf1e
38
lxde/lxlauncher/.SRCINFO
Normal file
38
lxde/lxlauncher/.SRCINFO
Normal file
@ -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
|
@ -7,7 +7,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 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL2')
|
||||
@ -33,6 +33,8 @@ prepare() {
|
||||
|
||||
# Fix invisible icons with GTK+ 3
|
||||
patch -Np1 -i ../fix-invisible-icons.patch
|
||||
|
||||
autoreconf -fiv
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user