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

Antonio Rojas arojas at archlinux.org
Sun Mar 19 10:02:12 UTC 2017


    Date: Sunday, March 19, 2017 @ 10:02:11
  Author: arojas
Revision: 217225

Update to 1.8.2

Modified:
  caja-actions/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-19 09:57:47 UTC (rev 217224)
+++ PKGBUILD	2017-03-19 10:02:11 UTC (rev 217225)
@@ -2,8 +2,8 @@
 # Contributor: 3ED <krzysztof1987 at gmail.com>
 
 pkgname=caja-actions
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.8.2
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="An extension for Caja which allows arbitrary programs to be launched via context menu (GTK2 version)"
 url="https://github.com/raveit65/caja-actions"
@@ -10,9 +10,10 @@
 license=('GPL')
 depends=('caja' 'libgtop')
 makedepends=('mate-common' 'python' 'yelp-tools')
-conflicts=("${pkgname}-gtk3")
+conflicts=('caja-actions-gtk3')
+replaces=('caja-actions-gtk3')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+sha256sums=('e20b89dc33ad36b5ee0a684c0ca02a0fb7756447cac59932fff40d949f791817')
 
 prepare() {
     cd "$srcdir/$pkgname-$pkgver"
@@ -23,8 +24,7 @@
     cd "$srcdir/$pkgname-$pkgver"
     ./configure \
         --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2
+        --libexecdir=/usr/lib/${pkgname}
 
     #https://bugzilla.gnome.org/show_bug.cgi?id=656231
     sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list