summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-11 12:28:39 -0600
committerMark Wagie2022-10-11 12:28:39 -0600
commita74479b289f6cbce46621331cc9db757bd2e5c7e (patch)
treece72859a39c315cd5960e7b31a840e29bb908db7
parent7f5754dc529b4bef7f6c9598b7d1629186c1ecf7 (diff)
downloadaur-a74479b289f6cbce46621331cc9db757bd2e5c7e.tar.gz
Don't hide from application menu
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add827986f77..af32e45a2462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-session-properties
pkgdesc = The GNOME Session Properties Tool
pkgver = 3.10.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnome.org
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 1e1bb9841052..067fc884bdfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=gnome-session-properties
pkgver=3.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="The GNOME Session Properties Tool"
arch=('x86_64')
url="https://www.gnome.org"
@@ -21,8 +21,12 @@ prepare() {
patch -p1 -i ../0001-Remove-unneeded-stuff.patch
patch -p1 -i ../0002-Fix-GTK-3.14-incompatibilities.patch
+ # Fix icon
sed -ri '/^Icon/ s/session-/gnome-session-/g' \
"data/$pkgname.desktop.in.in"
+
+ # Don't hide from application menu
+ sed -i '/NoDisplay=true/d' "data/$pkgname.desktop.in.in"
}
build() {