[arch-commits] Commit in gnome-do/trunk (PKGBUILD gnome-do.install)

Balló György bgyorgy at archlinux.org
Tue Jul 12 21:12:39 UTC 2016


    Date: Tuesday, July 12, 2016 @ 21:12:39
  Author: bgyorgy
Revision: 182764

upgpkg: gnome-do 0.95.3-3

Hooks rebuild

Modified:
  gnome-do/trunk/PKGBUILD
Deleted:
  gnome-do/trunk/gnome-do.install

------------------+
 PKGBUILD         |    7 +++++--
 gnome-do.install |   22 ----------------------
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 21:07:34 UTC (rev 182763)
+++ PKGBUILD	2016-07-12 21:12:39 UTC (rev 182764)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-do
 pkgver=0.95.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Quickly search for many items present on your desktop or the web, and perform useful actions on those items"
 arch=('i686' 'x86_64')
 url="http://do.cooperteam.net/"
@@ -12,7 +12,6 @@
 license=('GPL3')
 depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 'gkeyfile-sharp')
 makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
 source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
         03_dbus_sharp_2.diff
         fix-build.patch)
@@ -37,6 +36,10 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
               --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 

Deleted: gnome-do.install
===================================================================
--- gnome-do.install	2016-07-12 21:07:34 UTC (rev 182763)
+++ gnome-do.install	2016-07-12 21:12:39 UTC (rev 182764)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}



More information about the arch-commits mailing list