[arch-commits] Commit in libdmx/trunk (PKGBUILD)

2018-05-15 Thread Andreas Radke via arch-commits
Date: Tuesday, May 15, 2018 @ 17:12:48
  Author: andyrtr
Revision: 324297

upgpkg: libdmx 1.1.4-1

upstream update 1.1.4

Modified:
  libdmx/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-15 17:09:06 UTC (rev 324296)
+++ PKGBUILD2018-05-15 17:12:48 UTC (rev 324297)
@@ -3,7 +3,7 @@
 #Maintainer: Jan de Groot 
 
 pkgname=libdmx
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="X11 Distributed Multihead extension library"
 arch=('x86_64')
@@ -12,16 +12,16 @@
 depends=('dmxproto' 'libxext')
 makedepends=('xorg-util-macros')
 source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201')
+sha512sums=('77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


[arch-commits] Commit in libdmx/trunk (PKGBUILD)

2017-01-13 Thread Andreas Radke
Date: Friday, January 13, 2017 @ 22:02:23
  Author: andyrtr
Revision: 286238

https sources / gpg signature fixes

Modified:
  libdmx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-13 21:57:58 UTC (rev 286237)
+++ PKGBUILD2017-01-13 22:02:23 UTC (rev 286238)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="X11 Distributed Multihead extension library"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('dmxproto' 'libxext')
 makedepends=('xorg-util-macros')


[arch-commits] Commit in libdmx/trunk (PKGBUILD)

2013-05-29 Thread Andreas Radke
Date: Wednesday, May 29, 2013 @ 17:18:17
  Author: andyrtr
Revision: 186575

upgpkg: libdmx 1.1.3-1

upstream update 1.1.3

Modified:
  libdmx/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-29 15:15:50 UTC (rev 186574)
+++ PKGBUILD2013-05-29 15:18:17 UTC (rev 186575)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdmx
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc=X11 Distributed Multihead extension library
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a')
+sha256sums=('c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libdmx/trunk (PKGBUILD)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:00:20
  Author: andyrtr
Revision: 152802

upgpkg: libdmx 1.1.2-1

upstream update 1.1.2

Modified:
  libdmx/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:38:21 UTC (rev 152801)
+++ PKGBUILD2012-03-09 17:00:20 UTC (rev 152802)
@@ -2,17 +2,17 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdmx
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 Distributed Multihead extension library
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('dmxproto' 'libxext')
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('49aeab743cb8b667829efda140487b69a7148676')
+sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libdmx/trunk (PKGBUILD)

2012-02-26 Thread Pierre Schmitz
Date: Sunday, February 26, 2012 @ 05:27:17
  Author: pierre
Revision: 151403

upgpkg: libdmx 1.1.1-2

rebuild old package

Modified:
  libdmx/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-26 10:25:31 UTC (rev 151402)
+++ PKGBUILD2012-02-26 10:27:17 UTC (rev 151403)
@@ -3,7 +3,7 @@
 
 pkgname=libdmx
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 Distributed Multihead extension library
 arch=('x86_64' 'i686')
 url=http://xorg.freedesktop.org/;
@@ -11,13 +11,17 @@
 depends=('dmxproto' 'libxext')
 makedepends=('xorg-util-macros')
 options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('49aeab743cb8b667829efda140487b69a7148676')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}