[arch-commits] Commit in gpm/trunk (PKGBUILD gpm.service)

Eric Bélanger eric at nymeria.archlinux.org
Sun May 12 08:15:03 UTC 2013


    Date: Sunday, May 12, 2013 @ 10:15:03
  Author: eric
Revision: 185214

upgpkg: gpm 1.20.7-3

Move binaries in /usr/sbin to /usr/bin, Clean up depends

Modified:
  gpm/trunk/PKGBUILD
  gpm/trunk/gpm.service

-------------+
 PKGBUILD    |    8 ++++----
 gpm.service |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 07:52:46 UTC (rev 185213)
+++ PKGBUILD	2013-05-12 08:15:03 UTC (rev 185214)
@@ -3,24 +3,24 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/"
 license=('GPL')
-depends=('ncurses' 'bash')
+depends=('bash')
 options=('!makeflags')
 install=gpm.install
 source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma \
         gpm.sh gpm.service)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
           '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
-          '20b92360f0ad38a2032fcae37bdbd01b31e43f77')
+          'f9bde96eb9c78da9f225bcf40822647f6592cf23')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make
 }
 

Modified: gpm.service
===================================================================
--- gpm.service	2013-05-12 07:52:46 UTC (rev 185213)
+++ gpm.service	2013-05-12 08:15:03 UTC (rev 185214)
@@ -3,7 +3,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2
+ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list