[arch-commits] Commit in libgnomekbd/repos (4 files)

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:02:12
  Author: jgc
Revision: 305632

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

Added:
  libgnomekbd/repos/gnome-unstable-i686/
  libgnomekbd/repos/gnome-unstable-i686/PKGBUILD
(from rev 305631, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-x86_64/
  libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305631, libgnomekbd/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   39 +++
 gnome-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 305631, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305631, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libgnomekbd/repos (4 files)

2016-09-27 Thread Jan de Groot
Date: Tuesday, September 27, 2016 @ 08:16:49
  Author: jgc
Revision: 277018

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

Added:
  libgnomekbd/repos/gnome-unstable-i686/
  libgnomekbd/repos/gnome-unstable-i686/PKGBUILD
(from rev 277017, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-x86_64/
  libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277017, libgnomekbd/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   39 +++
 gnome-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 277017, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 08:16:49 UTC (rev 277018)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.22.0.1
+pkgrel=1
+pkgdesc="Gnome keyboard library"
+url="http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' git)
+options=('!emptydirs')
+_commit=b14cf08b3bdafb7d3455f3158c13b334eb26b8fb
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277017, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 08:16:49 UTC (rev 277018)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.22.0.1
+pkgrel=1
+pkgdesc="Gnome keyboard library"
+url="http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' git)
+options=('!emptydirs')
+_commit=b14cf08b3bdafb7d3455f3158c13b334eb26b8fb
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libgnomekbd/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:35:11
  Author: heftig
Revision: 155189

db-move: moved libgnomekbd from [gnome-unstable] to [testing] (i686)

Added:
  libgnomekbd/repos/testing-i686/
  libgnomekbd/repos/testing-i686/PKGBUILD
(from rev 155005, libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
  libgnomekbd/repos/testing-i686/libgnomekbd.install
(from rev 155005, libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
Deleted:
  libgnomekbd/repos/gnome-unstable-i686/

-+
 PKGBUILD|   28 
 libgnomekbd.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: libgnomekbd/repos/testing-i686/PKGBUILD (from rev 155005, 
libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:35:11 UTC (rev 155189)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.4.0.2
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e6c8956adbd39f1c3a8ec5c77bcf7ffbdaa54320398015d1174cd5003664e39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgnomekbd/repos/testing-i686/libgnomekbd.install (from rev 155005, 
libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
===
--- testing-i686/libgnomekbd.install(rev 0)
+++ testing-i686/libgnomekbd.install2012-04-01 11:35:11 UTC (rev 155189)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in libgnomekbd/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:35:12
  Author: heftig
Revision: 155190

db-move: moved libgnomekbd from [gnome-unstable] to [testing] (x86_64)

Added:
  libgnomekbd/repos/testing-x86_64/
  libgnomekbd/repos/testing-x86_64/PKGBUILD
(from rev 155005, libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
  libgnomekbd/repos/testing-x86_64/libgnomekbd.install
(from rev 155005, 
libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
Deleted:
  libgnomekbd/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   28 
 libgnomekbd.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: libgnomekbd/repos/testing-x86_64/PKGBUILD (from rev 155005, 
libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:35:12 UTC (rev 155190)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.4.0.2
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e6c8956adbd39f1c3a8ec5c77bcf7ffbdaa54320398015d1174cd5003664e39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgnomekbd/repos/testing-x86_64/libgnomekbd.install (from rev 155005, 
libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
===
--- testing-x86_64/libgnomekbd.install  (rev 0)
+++ testing-x86_64/libgnomekbd.install  2012-04-01 11:35:12 UTC (rev 155190)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in libgnomekbd/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:32:16
  Author: ibiru
Revision: 138996

db-move: moved libgnomekbd from [gnome-unstable] to [testing] (x86_64)

Added:
  libgnomekbd/repos/testing-x86_64/
  libgnomekbd/repos/testing-x86_64/PKGBUILD
(from rev 138832, libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
  libgnomekbd/repos/testing-x86_64/libgnomekbd.install
(from rev 138832, 
libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
Deleted:
  libgnomekbd/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   28 
 libgnomekbd.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: libgnomekbd/repos/testing-x86_64/PKGBUILD (from rev 138832, 
libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:32:16 UTC (rev 138996)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgnomekbd/repos/testing-x86_64/libgnomekbd.install (from rev 138832, 
libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install)
===
--- testing-x86_64/libgnomekbd.install  (rev 0)
+++ testing-x86_64/libgnomekbd.install  2011-09-28 19:32:16 UTC (rev 138996)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in libgnomekbd/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:32:15
  Author: ibiru
Revision: 138995

db-move: moved libgnomekbd from [gnome-unstable] to [testing] (i686)

Added:
  libgnomekbd/repos/testing-i686/
  libgnomekbd/repos/testing-i686/PKGBUILD
(from rev 138832, libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
  libgnomekbd/repos/testing-i686/libgnomekbd.install
(from rev 138832, libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
Deleted:
  libgnomekbd/repos/gnome-unstable-i686/

-+
 PKGBUILD|   28 
 libgnomekbd.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: libgnomekbd/repos/testing-i686/PKGBUILD (from rev 138832, 
libgnomekbd/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:32:15 UTC (rev 138995)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgnomekbd/repos/testing-i686/libgnomekbd.install (from rev 138832, 
libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install)
===
--- testing-i686/libgnomekbd.install(rev 0)
+++ testing-i686/libgnomekbd.install2011-09-28 19:32:15 UTC (rev 138995)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}