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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:23:29 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:23:28
  Author: jgc
Revision: 169170

db-move: moved mousetweaks from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  mousetweaks/repos/testing-i686/
  mousetweaks/repos/testing-i686/PKGBUILD
    (from rev 169138, mousetweaks/repos/gnome-unstable-i686/PKGBUILD)
  mousetweaks/repos/testing-i686/mousetweaks.install
    (from rev 169138, mousetweaks/repos/gnome-unstable-i686/mousetweaks.install)
  mousetweaks/repos/testing-x86_64/
  mousetweaks/repos/testing-x86_64/PKGBUILD
    (from rev 169138, mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD)
  mousetweaks/repos/testing-x86_64/mousetweaks.install
    (from rev 169138, mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install)
Deleted:
  mousetweaks/repos/gnome-unstable-i686/
  mousetweaks/repos/gnome-unstable-x86_64/

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

Copied: mousetweaks/repos/testing-i686/PKGBUILD (from rev 169138, mousetweaks/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:23:28 UTC (rev 169170)
@@ -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.6.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=('2c48f655c5b53615270503fd1631e0cf7baa5872b20f75af8608983f039c5cfc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/testing-i686/mousetweaks.install (from rev 169138, mousetweaks/repos/gnome-unstable-i686/mousetweaks.install)
===================================================================
--- testing-i686/mousetweaks.install	                        (rev 0)
+++ testing-i686/mousetweaks.install	2012-10-18 19:23:28 UTC (rev 169170)
@@ -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/testing-x86_64/PKGBUILD (from rev 169138, mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:23:28 UTC (rev 169170)
@@ -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.6.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=('2c48f655c5b53615270503fd1631e0cf7baa5872b20f75af8608983f039c5cfc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/testing-x86_64/mousetweaks.install (from rev 169138, mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install)
===================================================================
--- testing-x86_64/mousetweaks.install	                        (rev 0)
+++ testing-x86_64/mousetweaks.install	2012-10-18 19:23:28 UTC (rev 169170)
@@ -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