Date: Monday, February 6, 2012 @ 08:33:57
  Author: jgc
Revision: 149217

upgpkg: xorg-luit 1.1.0-3

Fix multiline description (FS#27990)

Modified:
  xorg-luit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-06 13:29:48 UTC (rev 149216)
+++ PKGBUILD    2012-02-06 13:33:57 UTC (rev 149217)
@@ -3,9 +3,8 @@
 
 pkgname=xorg-luit
 pkgver=1.1.0
-pkgrel=2
-pkgdesc="Filter that can be run between an arbitrary application and
-a UTF-8 terminal emulator"
+pkgrel=3
+pkgdesc="Filter that can be run between an arbitrary application and a UTF-8 
terminal emulator"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -19,6 +18,10 @@
   cd "${srcdir}/luit-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/luit-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"

Reply via email to