Date: Wednesday, March 1, 2023 @ 22:34:30
  Author: andyrtr
Revision: 469864

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-type1/repos/extra-any/PKGBUILD
    (from rev 469863, xorg-fonts-type1/trunk/PKGBUILD)
  xorg-fonts-type1/repos/extra-any/keys/
Deleted:
  xorg-fonts-type1/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |  108 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 22:34:22 UTC (rev 469863)
+++ PKGBUILD    2023-03-01 22:34:30 UTC (rev 469864)
@@ -1,53 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=xorg-fonts-type1
-pkgver=7.7
-pkgrel=7
-pkgdesc="X.org Type1 fonts"
-arch=(any)
-license=('custom')
-url="https://xorg.freedesktop.org/";
-makedepends=('xorg-util-macros' 'xorg-mkfontscale')
-source=(${url}/releases/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2
-        ${url}/releases/individual/font/font-bh-type1-1.0.3.tar.bz2
-        ${url}/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2
-        ${url}/releases/individual/font/font-ibm-type1-1.0.3.tar.bz2
-        ${url}/releases/individual/font/font-xfree86-type1-1.0.4.tar.bz2)
-md5sums=('fcf24554c348df3c689b91596d7f9971'
-         '53ed9a42388b7ebb689bdfc374f96a22'
-         '5e0c9895d69d2632e2170114f8283c11'
-         'bfb2593d2102585f45daa960f43cb3c4'
-         '3eeb3fb44690b477d510bbd8f86cf5aa')
-sha256sums=('979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077'
-            '761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1'
-            'c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688'
-            'fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df'
-            'caebf42aec7be7f3bd40e0f232d6f34881b853dc84acfcdf7458358701fbe34a')
-
-build() {
-  cd "${srcdir}"
-  for dir in *; do
-    if [ -d "${dir}" ]; then
-      pushd "${dir}"
-      ./configure --prefix=/usr \
-        --with-fontdir=/usr/share/fonts/Type1
-      make
-      popd
-    fi
-  done
-}
-
-package() {
-  cd "${srcdir}"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  for dir in *; do
-    if [ -d "${dir}" ]; then
-      pushd "${dir}"
-      make DESTDIR="${pkgdir}" install
-      install -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}"
-      popd
-    fi
-  done
-  rm -f "${pkgdir}"/usr/share/fonts/Type1/fonts.*
-}

Copied: xorg-fonts-type1/repos/extra-any/PKGBUILD (from rev 469863, 
xorg-fonts-type1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 22:34:30 UTC (rev 469864)
@@ -0,0 +1,55 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=xorg-fonts-type1
+pkgver=1.0.4
+epoch=1
+pkgrel=1
+pkgdesc="X.org Type1 fonts"
+arch=(any)
+license=('custom')
+url="https://xorg.freedesktop.org/";
+makedepends=('xorg-util-macros' 'xorg-mkfontscale')
+source=(${url}/releases/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz{,.sig}
+        ${url}/releases/individual/font/font-bh-type1-${pkgver}.tar.xz{,.sig}
+        
${url}/releases/individual/font/font-bitstream-type1-${pkgver}.tar.xz{,.sig}
+        ${url}/releases/individual/font/font-ibm-type1-${pkgver}.tar.xz{,.sig}
+        ${url}/releases/individual/font/font-xfree86-type1-1.0.5.tar.xz{,.sig})
+sha512sums=('e30f4c7702f47a3a42206975fbcfec058317681956d246411e50e372b669bdc875c5d7fe28bad7d298bc61b71a997c7836fb6ac16effd223a96723a6e9ece649'
+            'SKIP'
+            
'06b0752b67a8109c0173be2ad4b9623940bc0c55e5854dddfd74c4abf96b4ab2f0e4446325c4d6971011231176f87a06b55e906b7472f371b9824d89e3cbee7f'
+            'SKIP'
+            
'f09d60abb88c9be6227c57f5519f08e5e3c59c916183d32a512d3c2ace0047eaad2b377c3725c8987e8b4c55468eb7821322ff5447f000d4c2be6cb909f6219b'
+            'SKIP'
+            
'42ebc9f1b0726a9a1bf3d7c8a3b7102a448e7c6ff0c5ac1dd8a4861bf51c344ddb2e077df41b86e3e896100371a33f997d6df834b4d64b835d81a36dfddfbce3'
+            'SKIP'
+            
'0a92d911269c5c4d815dfb617bfcc57c3bd54e4cd308eba87f9ec49851369d99dea61950dbd6cdc0f85db92c0c24055da88063b083b4b0cafb3315051bb650ed'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
<[email protected]>"
+
+build() {
+  cd "${srcdir}"
+  for dir in *; do
+    if [ -d "${dir}" ]; then
+      pushd "${dir}"
+      ./configure --prefix=/usr \
+        --with-fontdir=/usr/share/fonts/Type1
+      make
+      popd
+    fi
+  done
+}
+
+package() {
+  cd "${srcdir}"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  for dir in *; do
+    if [ -d "${dir}" ]; then
+      pushd "${dir}"
+      make DESTDIR="${pkgdir}" install
+      install -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}"
+      popd
+    fi
+  done
+  rm -f "${pkgdir}"/usr/share/fonts/Type1/fonts.*
+}

Reply via email to