[arch-commits] Commit in lxinput/repos (4 files)
Balló György
bgyorgy at archlinux.org
Wed Dec 7 18:42:04 UTC 2016
Date: Wednesday, December 7, 2016 @ 18:42:03
Author: bgyorgy
Revision: 198361
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxinput/repos/community-i686/PKGBUILD
(from rev 198360, lxinput/trunk/PKGBUILD)
lxinput/repos/community-x86_64/PKGBUILD
(from rev 198360, lxinput/trunk/PKGBUILD)
Deleted:
lxinput/repos/community-i686/PKGBUILD
lxinput/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 51 ----------------------
community-x86_64/PKGBUILD | 51 ----------------------
3 files changed, 102 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-07 18:41:53 UTC (rev 198360)
+++ community-i686/PKGBUILD 2016-12-07 18:42:03 UTC (rev 198361)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Filipp "Scorp" Andjelo <scorp at mailueberfall.de>
-
-pkgbase=lxinput
-pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Small program to configure keyboard and mouse for LXDE"
-arch=('i686' 'x86_64')
-url="http://lxde.org/"
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
-
-build() {
- # GTK+ 2 version
- [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
- cd gtk2
- ./configure --prefix=/usr
- make
-
- cd "$srcdir"
- # GTK+ 3 version
- [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
- cd gtk3
- ./configure --prefix=/usr --enable-gtk3
- make
-}
-
-package_lxinput() {
- groups=('lxde')
- depends=('gtk2')
-
- cd gtk2
- make DESTDIR="$pkgdir" install
-}
-
-package_lxinput-gtk3() {
- groups=('lxde-gtk3')
- pkgdesc+=' (GTK+ 3 version)'
- depends=('gtk3')
- conflicts=('lxinput')
-
- cd gtk3
- make DESTDIR="$pkgdir" install
-}
Copied: lxinput/repos/community-i686/PKGBUILD (from rev 198360, lxinput/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-07 18:42:03 UTC (rev 198361)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Filipp "Scorp" Andjelo <scorp at mailueberfall.de>
+
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
+arch=('i686' 'x86_64')
+url="http://lxde.org/"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
+
+build() {
+ # GTK+ 2 version
+ [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+ cd gtk2
+ ./configure --prefix=/usr
+ make
+
+ cd "$srcdir"
+ # GTK+ 3 version
+ [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+ cd gtk3
+ ./configure --prefix=/usr --enable-gtk3
+ make
+}
+
+package_lxinput() {
+ groups=('lxde')
+ depends=('gtk2')
+
+ cd gtk2
+ make DESTDIR="$pkgdir" install
+}
+
+package_lxinput-gtk3() {
+ groups=('lxde-gtk3')
+ pkgdesc+=' (GTK+ 3 version)'
+ depends=('gtk3')
+ conflicts=('lxinput')
+
+ cd gtk3
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-07 18:41:53 UTC (rev 198360)
+++ community-x86_64/PKGBUILD 2016-12-07 18:42:03 UTC (rev 198361)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Filipp "Scorp" Andjelo <scorp at mailueberfall.de>
-
-pkgbase=lxinput
-pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Small program to configure keyboard and mouse for LXDE"
-arch=('i686' 'x86_64')
-url="http://lxde.org/"
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
-
-build() {
- # GTK+ 2 version
- [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
- cd gtk2
- ./configure --prefix=/usr
- make
-
- cd "$srcdir"
- # GTK+ 3 version
- [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
- cd gtk3
- ./configure --prefix=/usr --enable-gtk3
- make
-}
-
-package_lxinput() {
- groups=('lxde')
- depends=('gtk2')
-
- cd gtk2
- make DESTDIR="$pkgdir" install
-}
-
-package_lxinput-gtk3() {
- groups=('lxde-gtk3')
- pkgdesc+=' (GTK+ 3 version)'
- depends=('gtk3')
- conflicts=('lxinput')
-
- cd gtk3
- make DESTDIR="$pkgdir" install
-}
Copied: lxinput/repos/community-x86_64/PKGBUILD (from rev 198360, lxinput/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-07 18:42:03 UTC (rev 198361)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Filipp "Scorp" Andjelo <scorp at mailueberfall.de>
+
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
+arch=('i686' 'x86_64')
+url="http://lxde.org/"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
+
+build() {
+ # GTK+ 2 version
+ [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+ cd gtk2
+ ./configure --prefix=/usr
+ make
+
+ cd "$srcdir"
+ # GTK+ 3 version
+ [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+ cd gtk3
+ ./configure --prefix=/usr --enable-gtk3
+ make
+}
+
+package_lxinput() {
+ groups=('lxde')
+ depends=('gtk2')
+
+ cd gtk2
+ make DESTDIR="$pkgdir" install
+}
+
+package_lxinput-gtk3() {
+ groups=('lxde-gtk3')
+ pkgdesc+=' (GTK+ 3 version)'
+ depends=('gtk3')
+ conflicts=('lxinput')
+
+ cd gtk3
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list