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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 25 20:07:21 UTC 2020


    Date: Saturday, January 25, 2020 @ 20:07:20
  Author: jlichtblau
Revision: 555550

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 20:07:08 UTC (rev 555549)
+++ PKGBUILD	2020-01-25 20:07:20 UTC (rev 555550)
@@ -1,34 +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=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"
-}

Copied: numlockx/repos/community-x86_64/PKGBUILD (from rev 555549, numlockx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-25 20:07:20 UTC (rev 555550)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry 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=5
+pkgdesc='Turns on the numlock key in X11.'
+arch=('x86_64')
+url='https://github.com/rg3/numlockx'
+license=('MIT')
+depends=('libxtst')
+source=(https://github.com/rg3/numlockx/releases/download/${pkgver}/${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