[arch-commits] Commit in xfce4-dict/trunk (PKGBUILD xfce4-dict.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:45
  Author: foutrelis
Revision: 267134

upgpkg: xfce4-dict 0.7.1-2

Remove install file.

Modified:
  xfce4-dict/trunk/PKGBUILD
Deleted:
  xfce4-dict/trunk/xfce4-dict.install

+
 PKGBUILD   |3 +--
 xfce4-dict.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:42 UTC (rev 267133)
+++ PKGBUILD2016-05-07 05:05:45 UTC (rev 267134)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-dict
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A dictionary plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-dict;
@@ -16,7 +16,6 @@
 provides=('xfce4-dict-plugin')
 conflicts=('xfce4-dict-plugin')
 replaces=('xfce4-dict-plugin')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
 sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
 

Deleted: xfce4-dict.install
===
--- xfce4-dict.install  2016-05-07 05:05:42 UTC (rev 267133)
+++ xfce4-dict.install  2016-05-07 05:05:45 UTC (rev 267134)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-dict/trunk (PKGBUILD xfce4-dict.install)

2013-05-21 Thread Evangelos Foutras
Date: Tuesday, May 21, 2013 @ 12:20:48
  Author: foutrelis
Revision: 186156

upgpkg: xfce4-dict 0.7.0-1

New upstream release.

Modified:
  xfce4-dict/trunk/PKGBUILD
  xfce4-dict/trunk/xfce4-dict.install

+
 PKGBUILD   |   38 +++---
 xfce4-dict.install |6 --
 2 files changed, 23 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-21 10:01:03 UTC (rev 186155)
+++ PKGBUILD2013-05-21 10:20:48 UTC (rev 186156)
@@ -3,39 +3,39 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-dict
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
 pkgdesc=A dictionary plugin for the Xfce panel
 arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfce4-dict;
 license=('GPL2')
-url=http://goodies.xfce.org/projects/applications/xfce4-dict;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme' 'librsvg')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('xfce4-dict-plugin')
 conflicts=('xfce4-dict-plugin')
 replaces=('xfce4-dict-plugin')
 options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/xfce4-dict/0.6/xfce4-dict-${pkgver}.tar.bz2)
-md5sums=('c371c5c0bbe45a2bfac336cfe01dfe01')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('407fc0f02adf6ea85dec6993db1e222b548afcdd63a9e35ed2d70a42c9738e58')
 
 build() {
-  cd ${srcdir}/xfce4-dict-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
-  # Work around DSO linking issue
-  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/xfce4-dict-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-dict.install
===
--- xfce4-dict.install  2013-05-21 10:01:03 UTC (rev 186155)
+++ xfce4-dict.install  2013-05-21 10:20:48 UTC (rev 186156)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et: