[arch-commits] Commit in caja-actions/trunk (PKGBUILD caja-actions.install)

Balló György bgyorgy at archlinux.org
Sun Aug 7 14:46:21 UTC 2016


    Date: Sunday, August 7, 2016 @ 14:46:20
  Author: bgyorgy
Revision: 185883

upgpkg: caja-actions 1.8.1-2

Build with caja-gtk3

Modified:
  caja-actions/trunk/PKGBUILD
Deleted:
  caja-actions/trunk/caja-actions.install

----------------------+
 PKGBUILD             |   19 ++++++++++---------
 caja-actions.install |   12 ------------
 2 files changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 14:29:07 UTC (rev 185882)
+++ PKGBUILD	2016-08-07 14:46:20 UTC (rev 185883)
@@ -1,19 +1,17 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
 # Contributor: 3ED <krzysztof1987 at gmail.com>
 
 pkgname=caja-actions
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="An extension for Caja which allows arbitrary programs to be launched via context menu."
-url="https://github.com/NiceandGently/caja-actions"
+url="https://github.com/raveit65/caja-actions"
 license=('GPL')
-depends=('caja' 'libgtop')
-makedepends=('mate-common' 'yelp-tools')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-install=${pkgname}.install
 
 prepare() {
     cd "$srcdir/$pkgname-$pkgver"
@@ -25,8 +23,11 @@
     ./configure \
         --prefix=/usr \
         --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2 \
-        --disable-static
+        --with-gtk=3
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
     make
 }
 

Deleted: caja-actions.install
===================================================================
--- caja-actions.install	2016-08-07 14:29:07 UTC (rev 185882)
+++ caja-actions.install	2016-08-07 14:46:20 UTC (rev 185883)
@@ -1,12 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list