[arch-commits] Commit in mousetweaks/repos (6 files)
Jan Steffens
heftig at archlinux.org
Sun Mar 11 05:20:50 UTC 2012
Date: Sunday, March 11, 2012 @ 00:20:50
Author: heftig
Revision: 152979
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 152978, mousetweaks/trunk/PKGBUILD)
mousetweaks/repos/gnome-unstable-i686/mousetweaks.install
(from rev 152978, mousetweaks/trunk/mousetweaks.install)
mousetweaks/repos/gnome-unstable-x86_64/
mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152978, mousetweaks/trunk/PKGBUILD)
mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install
(from rev 152978, 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 152978, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-03-11 05:20:50 UTC (rev 152979)
@@ -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.3.90
+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=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Copied: mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 152978, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-i686/mousetweaks.install (rev 0)
+++ gnome-unstable-i686/mousetweaks.install 2012-03-11 05:20:50 UTC (rev 152979)
@@ -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 152978, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-03-11 05:20:50 UTC (rev 152979)
@@ -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.3.90
+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=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Copied: mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install (from rev 152978, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-x86_64/mousetweaks.install (rev 0)
+++ gnome-unstable-x86_64/mousetweaks.install 2012-03-11 05:20:50 UTC (rev 152979)
@@ -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