[arch-commits] Commit in mousetweaks/repos (6 files)

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 25 23:28:19 UTC 2013


    Date: Tuesday, March 26, 2013 @ 00:28:19
  Author: jgc
Revision: 180722

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mousetweaks/repos/gnome-unstable-i686/
  mousetweaks/repos/gnome-unstable-i686/PKGBUILD
    (from rev 180721, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/gnome-unstable-i686/mousetweaks.install
    (from rev 180721, mousetweaks/trunk/mousetweaks.install)
  mousetweaks/repos/gnome-unstable-x86_64/
  mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 180721, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install
    (from rev 180721, mousetweaks/trunk/mousetweaks.install)

-------------------------------------------+
 gnome-unstable-i686/PKGBUILD              |   30 ++++++++++++++++++++++++++++
 gnome-unstable-i686/mousetweaks.install   |   17 +++++++++++++++
 gnome-unstable-x86_64/PKGBUILD            |   30 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/mousetweaks.install |   17 +++++++++++++++
 4 files changed, 94 insertions(+)

Copied: mousetweaks/repos/gnome-unstable-i686/PKGBUILD (from rev 180721, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mousetweaks
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 180721, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-i686/mousetweaks.install	                        (rev 0)
+++ gnome-unstable-i686/mousetweaks.install	2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,17 @@
+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
+}

Copied: mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180721, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mousetweaks
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install (from rev 180721, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-x86_64/mousetweaks.install	                        (rev 0)
+++ gnome-unstable-x86_64/mousetweaks.install	2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,17 @@
+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