Skip to content
Snippets Groups Projects
Verified Commit 6f7e0dd3 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.11-2: FS#54775: Add XFCE to OnlyShowIn

parent 723684f9
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,27 @@
pkgname=xdg-user-dirs-gtk
pkgver=0.11
pkgrel=1
pkgrel=2
pkgdesc="Creates user dirs and asks to relocalize them"
url="https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk"
arch=(x86_64)
license=(GPL)
depends=(gtk3 xdg-user-dirs)
makedepends=(intltool git)
depends=(
gtk3
xdg-user-dirs
)
makedepends=(
git
intltool
)
groups=(gnome)
_commit=cf2a85fa5370aa7cdf36d1c8259ca89d3d737ef9 # tags/0.11^0
source=("git+https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk.git#commit=$_commit"
show-in-mate.diff)
sha256sums=('SKIP'
'80bd751b9bfc95e06775da31ff1ae32417bfca2df3b9e063d478b056834224f3')
source=(
"git+https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk.git#commit=$_commit"
show-in-more.diff
)
b2sums=('SKIP'
'13c74b98253791c248f4250d2a080160076ca1008a6747c3247121fcb8ec07bb3fd420356b7177a3865d50f675bc07ee4d1d327d4b2d920b1dd51d1bce6775a3')
pkgver() {
cd $pkgname
......@@ -23,14 +31,23 @@ pkgver() {
prepare() {
cd $pkgname
git apply -3 ../show-in-mate.diff
# Show in more environments
git apply -3 ../show-in-more.diff
autoreconf -fvi
}
build() {
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
local configure_options=(
--prefix=/usr
--sysconfdir=/etc
--localstatedir=/var
--disable-more-warnings
)
cd $pkgname
./configure "${configure_options[@]}"
make
}
......
......@@ -2,7 +2,7 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git c/user-dirs-update-gtk.desktop.in i/user-dirs-update-gtk.desktop.in
index 78d5f7c..b30f473 100644
index 78d5f7c..6539552 100644
--- c/user-dirs-update-gtk.desktop.in
+++ i/user-dirs-update-gtk.desktop.in
@@ -4,7 +4,7 @@ Exec=xdg-user-dirs-gtk-update
......@@ -10,7 +10,7 @@ index 78d5f7c..b30f473 100644
_Comment=Update common folders names to match current locale
Terminal=false
-OnlyShowIn=GNOME;LXDE;Unity;
+OnlyShowIn=GNOME;LXDE;Unity;MATE;
+OnlyShowIn=GNOME;LXDE;Unity;MATE;XFCE;
Type=Application
StartupNotify=false
X-KDE-autostart-after=panel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment