Date: Tuesday, November 15, 2022 @ 21:30:11
Author: andyrtr
Revision: 461835
archrelease: copy trunk to extra-any
Added:
xorg-fonts-100dpi/repos/extra-any/PKGBUILD
(from rev 461834, xorg-fonts-100dpi/trunk/PKGBUILD)
Deleted:
xorg-fonts-100dpi/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 105 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 55 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 21:30:05 UTC (rev 461834)
+++ PKGBUILD 2022-11-15 21:30:11 UTC (rev 461835)
@@ -1,50 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=xorg-fonts-100dpi
-pkgver=1.0.3
-pkgrel=7
-pkgdesc="X.org 100dpi fonts"
-arch=('any')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('xorg-fonts-alias-100dpi')
-makedepends=('xorg-util-macros' 'xorg-mkfontscale' 'xorg-bdftopcf'
'xorg-font-util')
-groups=('xorg')
-source=(${url}/releases/individual/font/font-adobe-100dpi-1.0.3.tar.bz2
- ${url}/releases/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2
- ${url}/releases/individual/font/font-bh-100dpi-1.0.3.tar.bz2
-
${url}/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2
- ${url}/releases/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2)
-md5sums=('1347c3031b74c9e91dc4dfa53b12f143'
- '66fb6de561648a6dce2755621d6aea17'
- '9f11ade089d689b9d59e0f47d26f39cd'
- 'c8b73a53dcefe3e8d3907d3500e484a9'
- '6b223a54b15ecbd5a1bc52312ad790d8')
-
-build() {
- cd "${srcdir}"
- for dir in font-*-100dpi*; do
- if [ -d "${dir}" ]; then
- pushd ${dir}
- ./configure --prefix=/usr \
- --with-fontdir=/usr/share/fonts/100dpi
- make
- popd
- fi
- done
-}
-
-package() {
- cd "${srcdir}"
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- for dir in font-*-100dpi*; do
- if [ -d "${dir}" ]; then
- pushd ${dir}
- make DESTDIR="${pkgdir}" install
- install -m644 COPYING
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-100dpi-*}"
- popd
- fi
- done
- rm -f "${pkgdir}"/usr/share/fonts/100dpi/fonts.*
-}
Copied: xorg-fonts-100dpi/repos/extra-any/PKGBUILD (from rev 461834,
xorg-fonts-100dpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 21:30:11 UTC (rev 461835)
@@ -0,0 +1,55 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=xorg-fonts-100dpi
+pkgver=1.0.3
+pkgrel=8
+pkgdesc="X.org 100dpi fonts"
+arch=('any')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('xorg-fonts-alias-100dpi')
+makedepends=('xorg-util-macros' 'xorg-mkfontscale' 'xorg-bdftopcf'
'xorg-font-util')
+groups=('xorg')
+source=(${url}/releases/individual/font/font-adobe-100dpi-1.0.3.tar.bz2
+ ${url}/releases/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2
+ ${url}/releases/individual/font/font-bh-100dpi-1.0.3.tar.bz2
+
${url}/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2
+ ${url}/releases/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2)
+md5sums=('1347c3031b74c9e91dc4dfa53b12f143'
+ '66fb6de561648a6dce2755621d6aea17'
+ '9f11ade089d689b9d59e0f47d26f39cd'
+ 'c8b73a53dcefe3e8d3907d3500e484a9'
+ '6b223a54b15ecbd5a1bc52312ad790d8')
+sha256sums=('b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054'
+ 'd16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5'
+ '23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481'
+ '62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb'
+ 'ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce')
+
+build() {
+ cd "${srcdir}"
+ for dir in font-*-100dpi*; do
+ if [ -d "${dir}" ]; then
+ pushd ${dir}
+ ./configure --prefix=/usr \
+ --with-fontdir=/usr/share/fonts/100dpi
+ make
+ popd
+ fi
+ done
+}
+
+package() {
+ cd "${srcdir}"
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ for dir in font-*-100dpi*; do
+ if [ -d "${dir}" ]; then
+ pushd ${dir}
+ make DESTDIR="${pkgdir}" install
+ install -m644 COPYING
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-100dpi-*}"
+ popd
+ fi
+ done
+ rm -f "${pkgdir}"/usr/share/fonts/100dpi/fonts.*
+}