[arch-commits] Commit in numlockx/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jul 5 17:44:35 UTC 2014


    Date: Saturday, July 5, 2014 @ 19:44:35
  Author: jlichtblau
Revision: 115139

archrelease: copy trunk to community-x86_64

Added:
  numlockx/repos/community-x86_64/PKGBUILD
    (from rev 115138, numlockx/trunk/PKGBUILD)
Deleted:
  numlockx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 17:44:25 UTC (rev 115138)
+++ PKGBUILD	2014-07-05 17:44:35 UTC (rev 115139)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Travis Willard <travisw at wmpub.ca> 
-# Contributor: Thayer Williams <thayer at archlinux.org> 
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=numlockx
-pkgver=1.2
-pkgrel=2
-pkgdesc='Turns on the numlock key in X11.'
-arch=('i686' 'x86_64')
-license=('MIT')
-url='http://home.kde.org/~seli/numlockx/'
-depends=('libxtst')
-source=("http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('be9109370447eae23f6f3f8527bb1a67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make prefix="${pkgdir}/usr" install
-  
-  # Install the custom MIT license
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: numlockx/repos/community-x86_64/PKGBUILD (from rev 115138, numlockx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 17:44:35 UTC (rev 115139)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Travis Willard <travisw at wmpub.ca> 
+# Contributor: Thayer Williams <thayer at archlinux.org> 
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=numlockx
+pkgver=1.2
+pkgrel=3
+pkgdesc='Turns on the numlock key in X11.'
+arch=('i686' 'x86_64')
+url='http://home.kde.org/~seli/numlockx/'
+license=('MIT')
+depends=('libxtst')
+#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
+md5sums=('be9109370447eae23f6f3f8527bb1a67')
+sha256sums=('e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make prefix="${pkgdir}/usr" install
+  
+  # Install the custom MIT license
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list