[arch-commits] Commit in libxmu/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Mar 17 12:33:28 UTC 2019


    Date: Sunday, March 17, 2019 @ 12:33:28
  Author: andyrtr
Revision: 348555

archrelease: copy trunk to extra-x86_64

Added:
  libxmu/repos/extra-x86_64/PKGBUILD
    (from rev 348554, libxmu/trunk/PKGBUILD)
Deleted:
  libxmu/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 12:33:21 UTC (rev 348554)
+++ PKGBUILD	2019-03-17 12:33:28 UTC (rev 348555)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libxmu
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="X11 miscellaneous micro-utility library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-depends=('libxext' 'libxt')
-makedepends=('xorg-util-macros')
-license=('custom')
-source=("${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2")
-sha512sums=('eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc')
-
-build() {
-  cd "${srcdir}/libXmu-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXmu-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxmu/repos/extra-x86_64/PKGBUILD (from rev 348554, libxmu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-17 12:33:28 UTC (rev 348555)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxmu
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="X11 miscellaneous micro-utility library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+depends=('libxext' 'libxt')
+makedepends=('xorg-util-macros')
+license=('custom')
+source=("${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2")
+sha512sums=('8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762')
+
+build() {
+  cd libXmu-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXmu-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list