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

Jan Steffens heftig at archlinux.org
Thu Jul 28 18:12:28 UTC 2016


    Date: Thursday, July 28, 2016 @ 18:12:28
  Author: heftig
Revision: 272630

3.12.0-2

Modified:
  mousetweaks/trunk/PKGBUILD	(contents, properties)
Deleted:
  mousetweaks/trunk/mousetweaks.install

---------------------+
 PKGBUILD            |   22 ++++++++++------------
 mousetweaks.install |   17 -----------------
 2 files changed, 10 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 18:08:10 UTC (rev 272629)
+++ PKGBUILD	2016-07-28 18:12:28 UTC (rev 272630)
@@ -1,26 +1,24 @@
-# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=mousetweaks
 pkgver=3.12.0
-pkgrel=1
-pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+pkgrel=2
+pkgdesc="Mouse accessibility enhancements"
+url="https://wiki.gnome.org/Projects/Mousetweaks"
 arch=(i686 x86_64)
-license=('GPL3' 'FDL')
-depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
-makedepends=('intltool')
-groups=('gnome')
-options=('!emptydirs')
-url="http://www.gnome.org"
-install=mousetweaks.install
+license=(GPL3 FDL)
+depends=(libxtst gtk3 gsettings-desktop-schemas)
+makedepends=(intltool)
+groups=(gnome)
+options=(!emptydirs)
 source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 


Property changes on: mousetweaks/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Deleted: mousetweaks.install
===================================================================
--- mousetweaks.install	2016-07-28 18:08:10 UTC (rev 272629)
+++ mousetweaks.install	2016-07-28 18:12:28 UTC (rev 272630)
@@ -1,17 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-    usr/sbin/gconfpkg --uninstall mousetweaks
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list