Date: Wednesday, March 1, 2023 @ 22:36:04
  Author: andyrtr
Revision: 469866

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 22:35:57 UTC (rev 469865)
+++ PKGBUILD    2023-03-01 22:36:04 UTC (rev 469866)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=xorg-fonts-encodings
-pkgver=1.0.6
-pkgrel=1
-pkgdesc="X.org font encoding files"
-arch=(any)
-url="https://xorg.freedesktop.org/";
-license=('custom')
-makedepends=('xorg-mkfontscale' 'xorg-util-macros' 'xorg-font-util')
-groups=('xorg-fonts' 'xorg')
-options=(!makeflags)
-source=(${url}/releases/individual/font/encodings-${pkgver}.tar.xz{,.sig})
-sha512sums=('2d52486996939401121bc858ba23031f70eef857760db8da4c84f083e981868e4bc7a8c2ab6d59274a0cf95f592a0dbfad47bce6c9299bb45d115b48abc39134'
-            'SKIP')
-#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
<[email protected]>"
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<[email protected]>
-
-build() {
-  cd encodings-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd encodings-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  # regenerate encodngs file not to include non-compressed versions
-  cd "$pkgdir"/usr/share/fonts/encodings/large
-  mkfontscale -b -s -l -n -r -p /usr/share/fonts/encodings/large -e . .
-  cd "$pkgdir"/usr/share/fonts/encodings/
-  mkfontscale -b -s -l -n -r -p /usr/share/fonts/encodings -e . -e large .
-}

Copied: xorg-fonts-encodings/repos/extra-any/PKGBUILD (from rev 469865, 
xorg-fonts-encodings/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 22:36:04 UTC (rev 469866)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=xorg-fonts-encodings
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="X.org font encoding files"
+arch=(any)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-mkfontscale' 'xorg-util-macros' 'xorg-font-util')
+groups=('xorg-fonts' 'xorg')
+options=(!makeflags)
+source=(${url}/releases/individual/font/encodings-${pkgver}.tar.xz{,.sig})
+sha512sums=('dc72982b14e5d89fe1eff1ab11f308796c89255a06337d8cd6bf65757f11dd0a5478b41d844793213db8fe9638389734f148abe9df9fb05027ea563dacde6ba8'
+            'SKIP')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
<[email protected]>"
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<[email protected]>
+
+build() {
+  cd encodings-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd encodings-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  # regenerate encodngs file not to include non-compressed versions
+  cd "$pkgdir"/usr/share/fonts/encodings/large
+  mkfontscale -b -s -l -n -r -p /usr/share/fonts/encodings/large -e . .
+  cd "$pkgdir"/usr/share/fonts/encodings/
+  mkfontscale -b -s -l -n -r -p /usr/share/fonts/encodings -e . -e large .
+}

Reply via email to