[arch-commits] Commit in lat/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Dec 29 21:49:59 UTC 2018


    Date: Saturday, December 29, 2018 @ 21:49:59
  Author: bgyorgy
Revision: 418933

upgpkg: lat 1.2.4-5

Use standard icon instead of the very small included icon

Modified:
  lat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 21:49:49 UTC (rev 418932)
+++ PKGBUILD	2018-12-29 21:49:59 UTC (rev 418933)
@@ -4,7 +4,7 @@
 
 pkgname=lat
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="LDAP administration tool"
 arch=('any')
 url="https://sourceforge.net/projects/ldap-at/"
@@ -40,4 +40,8 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # Use standard icon instead of the very small included icon
+  sed -i 's/^Icon=.*/Icon=network-server/' "$pkgdir/usr/share/applications/lat.desktop"
+  rm -r "$pkgdir/usr/share/pixmaps/"
 }



More information about the arch-commits mailing list