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

Lukas Fleischer lfleischer at archlinux.org
Wed May 11 18:05:58 UTC 2016


    Date: Wednesday, May 11, 2016 @ 20:05:58
  Author: lfleischer
Revision: 174821

upgpkg: easystroke 0.6.0-11

Hooks (part 1) rebuild.

Modified:
  easystroke/trunk/PKGBUILD
Deleted:
  easystroke/trunk/easystroke.install

--------------------+
 PKGBUILD           |    4 +---
 easystroke.install |   13 -------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 18:00:41 UTC (rev 174820)
+++ PKGBUILD	2016-05-11 18:05:58 UTC (rev 174821)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Kevin Sullivan <ksullivan at archlinux.us>
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=10
+pkgrel=11
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -11,7 +10,6 @@
 license=('custom:ISC')
 depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
 makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
-install=easystroke.install
 source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz"
         'replace-sigc-group-with-lambda.patch')
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'

Deleted: easystroke.install
===================================================================
--- easystroke.install	2016-05-11 18:00:41 UTC (rev 174820)
+++ easystroke.install	2016-05-11 18:05:58 UTC (rev 174821)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list