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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Feb 23 07:33:32 UTC 2012


    Date: Thursday, February 23, 2012 @ 02:33:31
  Author: andyrtr
Revision: 150822

upgpkg: xorg-xwd 1.0.5-1

upstream update 1.0.5

Modified:
  xorg-xwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 07:20:15 UTC (rev 150821)
+++ PKGBUILD	2012-02-23 07:33:31 UTC (rev 150822)
@@ -2,22 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xwd
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="X Window System image dumping utility"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11')
-makedepends=('xorg-util-macros')
+makedepends=('xorg-util-macros' 'libxt')
 groups=('xorg-apps' 'xorg')
 source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
-sha1sums=('4ef4fd9072a507e9a1ee88ba1d28b314006cc109')
+sha1sums=('3b0e4f3f9d28a07444e72952342e21544d4785b6')
 
 build() {
   cd "${srcdir}/xwd-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xwd-${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