[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 15:50:51
  Author: felixonmars
Revision: 659014

upgpkg: lxinput 0.3.5-3: reproducibility rebuild

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 15:50:50 UTC (rev 659013)
+++ PKGBUILD2020-07-07 15:50:51 UTC (rev 659014)
@@ -5,7 +5,7 @@
 pkgbase=lxinput
 pkgname=(lxinput lxinput-gtk3)
 pkgver=0.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('x86_64')
 url="https://lxde.org/";


[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:51:07
  Author: foutrelis
Revision: 405101

PIE/BUILDINFO rebuild

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:50:54 UTC (rev 405100)
+++ PKGBUILD2018-11-09 22:51:07 UTC (rev 405101)
@@ -5,7 +5,7 @@
 pkgbase=lxinput
 pkgname=(lxinput lxinput-gtk3)
 pkgver=0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('x86_64')
 url="https://lxde.org/";


[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:41:53
  Author: bgyorgy
Revision: 198360

Use https source

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 18:41:21 UTC (rev 198359)
+++ PKGBUILD2016-12-07 18:41:53 UTC (rev 198360)
@@ -14,7 +14,7 @@
 groups=('lxde')
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
 sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
 
 build() {


[arch-commits] Commit in lxinput/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:10:22
  Author: bgyorgy
Revision: 162920

upgpkg: lxinput 0.3.5-1

Update to new version

Modified:
  lxinput/trunk/PKGBUILD
Deleted:
  lxinput/trunk/gtk3.patch

+
 PKGBUILD   |   15 ++--
 gtk3.patch |  108 ---
 2 files changed, 4 insertions(+), 119 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:06:55 UTC (rev 162919)
+++ PKGBUILD2016-02-21 01:10:22 UTC (rev 162920)
@@ -5,8 +5,8 @@
 
 pkgbase=lxinput
 pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.5
+pkgrel=1
 pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('i686' 'x86_64')
 url="http://lxde.org/";
@@ -14,16 +14,9 @@
 groups=('lxde')
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
-'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 01:06:55 UTC (rev 162919)
+++ gtk3.patch  2016-02-21 01:10:22 UTC (rev 162920)
@@ -1,108 +0,0 @@
-From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 18 Dec 2014 04:29:17 +0100
-Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
- tab
-

- data/lxinput.ui | 27 +--
- 1 file changed, 13 insertions(+), 14 deletions(-)
-
-diff --git a/data/lxinput.ui b/data/lxinput.ui
-index a61cb8e..a3a4175 100644
 a/data/lxinput.ui
-+++ b/data/lxinput.ui
-@@ -107,7 +107,6 @@
- 100
- True
- True
--discontinuous
- mouse_accel_adj
- 1
- right
-@@ -123,7 +122,6 @@
- 100
- True
- True
--discontinuous
- mouse_threshold_adj
- 0
- right
-@@ -247,6 +245,19 @@
- False
- 6
- 
-+  
-+True
-+False
-+16
-+input-mouse
-+  
-+  
-+True
-+True
-+0
-+  
-+
-+
-   
- True
- False
-@@ -312,7 +323,6 @@
- 100
- True
- True
--discontinuous
- kb_daley_adj
- 0
- right
-@@ -329,7 +339,6 @@
- True
- True
- Interval between each key repeat
--discontinuous
- kb_interval_adj
- 0
- right
-@@ -624,16 +633,6 @@
-   ok
- 
-   
--  
--True
--False
--input-keyboard
--  
--  
--True
--False
--input-keyboard
--  
-   
- 100
- 1100
--- 
-2.1.4
-
-From 2b52f014c63cca1581612eaa6d552187bdee Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sun, 2 Aug 2015 00:45:47 +0200
-Subject: [PATCH] Add MATE to NotShowIn in desktop entries
-

- data/lxinput.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/lxinput.desktop.in b/data/lxinput.desktop.in
-index 0587227..83d29b6 100644
 a/data/lxinput.desktop.in
-+++ b/data/lxinput.desktop.in
-@@ -7,4 +7,4 @@ _Comment=Configure keyboard, mouse, and other input devices
- StartupNotify=true
- Terminal=false
- Categories=GTK;Settings;HardwareSettings;X-LXDE-Settings;
--NotShowIn=GNOME;KDE;XFCE;
-+NotShowIn=GNOME;KDE;XFCE;MATE;
--- 
-2.1.4
-


[arch-commits] Commit in lxinput/trunk (PKGBUILD gtk3.patch)

2016-02-17 Thread Balló György
Date: Thursday, February 18, 2016 @ 00:23:13
  Author: bgyorgy
Revision: 162146

upgpkg: lxinput 0.3.4-2

Add GTK+ 3 version

Added:
  lxinput/trunk/gtk3.patch
Modified:
  lxinput/trunk/PKGBUILD

+
 PKGBUILD   |   52 ++--
 gtk3.patch |  108 +++
 2 files changed, 149 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:19:07 UTC (rev 162145)
+++ PKGBUILD2016-02-17 23:23:13 UTC (rev 162146)
@@ -1,28 +1,58 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Filipp "Scorp" Andjelo 
 
-pkgname=lxinput
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
 pkgver=0.3.4
-pkgrel=1
-pkgdesc="A small program to configure keyboard and mouse for LXDE."
+pkgrel=2
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('i686' 'x86_64')
 url="http://lxde.org/";
 license=('GPL')
 groups=('lxde')
-depends=('gtk2>=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/${pkgname}-${pkgver}.tar.xz/download)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
+'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  # 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() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+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
+}

Added: gtk3.patch
===
--- gtk3.patch  (rev 0)
+++ gtk3.patch  2016-02-17 23:23:13 UTC (rev 162146)
@@ -0,0 +1,108 @@
+From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 18 Dec 2014 04:29:17 +0100
+Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
+ tab
+
+---
+ data/lxinput.ui | 27 +--
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+diff --git a/data/lxinput.ui b/data/lxinput.ui
+index a61cb8e..a3a4175 100644
+--- a/data/lxinput.ui
 b/data/lxinput.ui
+@@ -107,7 +107,6 @@
+ 100
+ True
+ True
+-discontinuous
+ mouse_accel_adj
+ 1
+ right
+@@ -123,7 +122,6 @@
+ 100
+ True
+ True
+-discontinuous
+ mouse_threshold_adj
+ 0
+ right
+@@ -247,6 +245,19 @@
+ False
+ 6
+ 
++  
++True
++False
++16
++input-mouse
++  
++  
++True
++True
++0
++  
++
++
+   
+ True
+ False
+@@ -312,7 +323,6 @@
+ 100
+ True
+ True
+-discontinuous
+ kb_daley_adj
+ 0
+ right
+@@ -329,7 +339,6 @@
+ True
+ True
+ Interval between each key repeat
+-discontinuous
+ kb_interval_adj
+ 0
+ right
+@@ -624,16 +633,6 @@
+   ok
+ 
+   
+-  
+-True
+-False
+-input-keyboard
+-  
+-  
+-

[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2014-10-22 Thread Alexandre Filgueira
Date: Thursday, October 23, 2014 @ 02:37:39
  Author: faidoc
Revision: 121261

upgpkg: lxinput 0.3.4-1

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-22 22:37:29 UTC (rev 121260)
+++ PKGBUILD2014-10-23 00:37:39 UTC (rev 121261)
@@ -3,7 +3,7 @@
 # Contributor: Filipp "Scorp" Andjelo 
 
 pkgname=lxinput
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="A small program to configure keyboard and mouse for LXDE."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk2>=2.12.0')
 makedepends=('pkgconfig' 'intltool')
 
source=(http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/${pkgname}-${pkgver}.tar.xz/download)
-sha256sums=('2452b47b3b7fb1e93d75e0c9c0018bb28b7f4eb718a566112445f0f1cb1e8498')
+sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2014-09-21 Thread Alexandre Filgueira
Date: Monday, September 22, 2014 @ 04:15:07
  Author: faidoc
Revision: 119384

upgpkg: lxinput 0.3.3-1

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-21 23:08:37 UTC (rev 119383)
+++ PKGBUILD2014-09-22 02:15:07 UTC (rev 119384)
@@ -3,8 +3,8 @@
 # Contributor: Filipp "Scorp" Andjelo 
 
 pkgname=lxinput
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="A small program to configure keyboard and mouse for LXDE."
 arch=('i686' 'x86_64')
 url="http://lxde.org/";
@@ -12,8 +12,8 @@
 groups=('lxde')
 depends=('gtk2>=2.12.0')
 makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bf563d04984ef2a147433f3bdda687b')
+source=(http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/${pkgname}-${pkgver}.tar.xz/download)
+sha256sums=('2452b47b3b7fb1e93d75e0c9c0018bb28b7f4eb718a566112445f0f1cb1e8498')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in lxinput/trunk (PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:41:46
  Author: fyan
Revision: 114910

upgpkg: lxinput 0.3.2-3

mtree rebuild

Modified:
  lxinput/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 15:41:41 UTC (rev 114909)
+++ PKGBUILD2014-07-04 15:41:46 UTC (rev 114910)
@@ -4,7 +4,7 @@
 
 pkgname=lxinput
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A small program to configure keyboard and mouse for LXDE."
 arch=('i686' 'x86_64')
 url="http://lxde.org/";