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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:21:37 UTC 2018


    Date: Monday, June 4, 2018 @ 14:21:36
  Author: felixonmars
Revision: 340379

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:21:22 UTC (rev 340378)
+++ PKGBUILD	2018-06-04 14:21:36 UTC (rev 340379)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# 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"
-}

Copied: numlockx/repos/community-x86_64/PKGBUILD (from rev 340378, numlockx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:21:36 UTC (rev 340379)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# 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=4
+pkgdesc='Turns on the numlock key in X11.'
+arch=('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)
+sha512sums=('efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e')
+
+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