[arch-commits] Commit in mousetweaks/repos (6 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Mar 24 16:07:54 UTC 2014
Date: Monday, March 24, 2014 @ 17:07:54
Author: jgc
Revision: 208598
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 208597, mousetweaks/trunk/PKGBUILD)
mousetweaks/repos/gnome-unstable-i686/mousetweaks.install
(from rev 208597, mousetweaks/trunk/mousetweaks.install)
mousetweaks/repos/gnome-unstable-x86_64/
mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 208597, mousetweaks/trunk/PKGBUILD)
mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install
(from rev 208597, 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 208597, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-03-24 16:07:54 UTC (rev 208598)
@@ -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.12.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')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97')
+
+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 208597, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-i686/mousetweaks.install (rev 0)
+++ gnome-unstable-i686/mousetweaks.install 2014-03-24 16:07:54 UTC (rev 208598)
@@ -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 208597, mousetweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-03-24 16:07:54 UTC (rev 208598)
@@ -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.12.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')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97')
+
+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 208597, mousetweaks/trunk/mousetweaks.install)
===================================================================
--- gnome-unstable-x86_64/mousetweaks.install (rev 0)
+++ gnome-unstable-x86_64/mousetweaks.install 2014-03-24 16:07:54 UTC (rev 208598)
@@ -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