[arch-commits] Commit in thinkfinger/trunk (PKGBUILD thinkfinger.install)

Tom Gundersen tomegun at nymeria.archlinux.org
Sun May 12 23:30:47 UTC 2013


    Date: Monday, May 13, 2013 @ 01:30:46
  Author: tomegun
Revision: 185286

upgpkg: thinkfinger 0.3-7

usr move

Modified:
  thinkfinger/trunk/PKGBUILD
Deleted:
  thinkfinger/trunk/thinkfinger.install

---------------------+
 PKGBUILD            |   10 +++++-----
 thinkfinger.install |    4 ----
 2 files changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 23:28:43 UTC (rev 185285)
+++ PKGBUILD	2013-05-12 23:30:46 UTC (rev 185286)
@@ -6,13 +6,12 @@
 
 pkgname=thinkfinger
 pkgver=0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A driver for the SGS Thomson Microelectronics fingerprint reader found in most IBM/Lenovo ThinkPads"
 url="http://thinkfinger.sourceforge.net/"
 arch=('i686' 'x86_64')
 license=("GPL")
 depends=('pam' 'libusb-compat')
-install=thinkfinger.install
 options=('!libtool' 'emptydirs')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
         'thinkfinger-uinput-hack.patch'
@@ -22,7 +21,7 @@
          '93c80f342329a5bd40f5f324fe670225')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # Patch from Ubuntu: see http://bugs.archlinux.org/task/12580
   patch -p0 -i "${srcdir}"/thinkfinger-uinput-hack.patch
@@ -30,12 +29,13 @@
   patch -p1 -i "${srcdir}"/gcc46.patch
 
   ./configure --prefix=/usr \
-		--with-birdir=/etc/pam_thinkfinger
+              --sbindir=/usr/bin \
+              --with-birdir=/etc/pam_thinkfinger
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # create dir to store fingerprints
   install -d $pkgdir/etc/pam_thinkfinger

Deleted: thinkfinger.install
===================================================================
--- thinkfinger.install	2013-05-12 23:28:43 UTC (rev 185285)
+++ thinkfinger.install	2013-05-12 23:30:46 UTC (rev 185286)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "==> To use thinkfinger, add 'uinput' to the MODULES=() in /etc/rc.conf."
-  echo "    More Infos: http://wiki.archlinux.org/index.php/Thinkfinger"
-}




More information about the arch-commits mailing list