Date: Monday, April 19, 2010 @ 05:34:05
  Author: allan
Revision: 78096

upgpkg: ttf-mph-2b-damase 001.000.4.dfsg.2-2
arch=any, remove old install file syntax

Modified:
  ttf-mph-2b-damase/trunk/PKGBUILD
  ttf-mph-2b-damase/trunk/ttf.install

-------------+
 PKGBUILD    |   16 ++++++++--------
 ttf.install |    5 -----
 2 files changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-04-19 09:31:16 UTC (rev 78095)
+++ PKGBUILD    2010-04-19 09:34:05 UTC (rev 78096)
@@ -8,19 +8,19 @@
 pkgname=ttf-mph-2b-damase
 pkgver=001.000.4.dfsg.2
 origver=001.000.dfsg.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Super-Unicode TTFont covering full Plane 1, and the following 
scripts: Armenian, Buginese, Cherokee, Cypriot Syllabary, Cyrillic, Deseret, 
Georgian, Asomtavruli, Nuskhuri but no Mkhedruli, Glagolitic, Gothic, Greek, 
Hanunoo, Hebrew, Latin, Limbu, Linear B, Old Italic, Old Persian cuneiform, 
Osmanya, Shavian, Syloti Nagri, Tai Le, Thaana, Tifinagh, Ugaritic, Vietnamese"
-arch=(any)
+arch=('any')
 license=('PD')
 url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase"; 
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 install=ttf.install
 
source=("http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${origver}.orig.tar.gz";)
+md5sums=('a3182b21abe68046039471cabe0af66d')
 
-
 build() {
-  cd ${startdir}/src/ttf-mph-2b-damase-$origver
-  mkdir -p  ${startdir}/pkg/usr/share/fonts/TTF
-  install -m644 *.ttf ${startdir}/pkg/usr/share/fonts/TTF/
+  cd ${srcdir}/ttf-mph-2b-damase-$origver
+  install -dm755  ${pkgdir}/usr/share/fonts/TTF
+  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
 }
-md5sums=('a3182b21abe68046039471cabe0af66d')
+

Modified: ttf.install
===================================================================
--- ttf.install 2010-04-19 09:31:16 UTC (rev 78095)
+++ ttf.install 2010-04-19 09:34:05 UTC (rev 78096)
@@ -13,8 +13,3 @@
 post_remove() {
   post_install $1
 }
-
-op=$1
-shift
-
-$op $*

Reply via email to