[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD xorg-mkfontscale.hook)

2020-01-19 Thread Andreas Radke via arch-commits
Date: Sunday, January 19, 2020 @ 10:36:23
  Author: andyrtr
Revision: 373702

upgpkg: xorg-mkfontscale 1.2.1-2: alpm-hooks should use Type = Path, not File

Modified:
  xorg-mkfontscale/trunk/PKGBUILD
  xorg-mkfontscale/trunk/xorg-mkfontscale.hook

---+
 PKGBUILD  |6 +++---
 xorg-mkfontscale.hook |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 10:31:48 UTC (rev 373701)
+++ PKGBUILD2020-01-19 10:36:23 UTC (rev 373702)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontscale
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Create an index of scalable font files for X"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -10,7 +10,7 @@
 license=('custom')
 install=xorg-mkfontscale.install
 depends=('freetype2' 'libfontenc')
-makedepends=('xorg-util-macros' 'xproto')
+makedepends=('xorg-util-macros' 'xorgproto')
 groups=('xorg-apps' 'xorg')
 provides=('xorg-mkfontdir')
 conflicts=('xorg-mkfontdir')
@@ -20,7 +20,7 @@
 xorg-mkfontscale.script)
 
sha512sums=('4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c'
 'SKIP'
-
'80e6995af4827e487d0a141760781d9d295a1c0d935ede53c4ba0291a4f0569686fcd7a6186d08953da1cf71d14a4c7c8f4092c731e17008941f014df3a4c917'
+
'3c42bd72d88200a63159e84f8b04045aaf5c176ef98711a4196fad92a96467103368212e13571a8eeef929b2c7affe6c40797f67596fccc955750dcf7c1b3646'
 
'2a53d38c85b962eaee534f6f3fad4122412a7200c6787fd8216eb191904e2e3727400606a73d6f09017016f6c1360e5148afbb8fbe16e35c5e5cd55dec635387')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 

Modified: xorg-mkfontscale.hook
===
--- xorg-mkfontscale.hook   2020-01-19 10:31:48 UTC (rev 373701)
+++ xorg-mkfontscale.hook   2020-01-19 10:36:23 UTC (rev 373702)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove


[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2019-03-21 Thread Andreas Radke via arch-commits
Date: Thursday, March 21, 2019 @ 17:30:40
  Author: andyrtr
Revision: 348814

upgpkg: xorg-mkfontscale 1.2.1-1

upstream update 1.2.1

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-21 17:04:02 UTC (rev 348813)
+++ PKGBUILD2019-03-21 17:30:40 UTC (rev 348814)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-mkfontscale
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="Create an index of scalable font files for X"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -18,7 +18,7 @@
 
source=(https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig}
 xorg-mkfontscale.hook
 xorg-mkfontscale.script)
-sha512sums=('3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f'
+sha512sums=('4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c'
 'SKIP'
 
'80e6995af4827e487d0a141760781d9d295a1c0d935ede53c4ba0291a4f0569686fcd7a6186d08953da1cf71d14a4c7c8f4092c731e17008941f014df3a4c917'
 
'2a53d38c85b962eaee534f6f3fad4122412a7200c6787fd8216eb191904e2e3727400606a73d6f09017016f6c1360e5148afbb8fbe16e35c5e5cd55dec635387')


[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 21:20:46
  Author: heftig
Revision: 347065

1.2.0-2: add missing conflicts

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 21:11:31 UTC (rev 347064)
+++ PKGBUILD2019-03-04 21:20:46 UTC (rev 347065)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontscale
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Create an index of scalable font files for X"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -13,6 +13,7 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 provides=('xorg-mkfontdir')
+conflicts=('xorg-mkfontdir')
 replaces=('xorg-mkfontdir')
 
source=(https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig}
 xorg-mkfontscale.hook


[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2018-03-07 Thread Andreas Radke via arch-commits
Date: Wednesday, March 7, 2018 @ 19:05:59
  Author: andyrtr
Revision: 317998

upgpkg: xorg-mkfontscale 1.1.3-1

upstream update 1.1.3

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 18:52:31 UTC (rev 317997)
+++ PKGBUILD2018-03-07 19:05:59 UTC (rev 317998)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-mkfontscale
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="Create an index of scalable font files for X"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig})
-sha256sums=('8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20'
+sha512sums=('509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 


[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 16:27:39
  Author: andyrtr
Revision: 286559

https sources / gpg signature fixes

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 16:26:41 UTC (rev 286558)
+++ PKGBUILD2017-01-15 16:27:39 UTC (rev 286559)
@@ -7,12 +7,12 @@
 pkgrel=1
 pkgdesc="Create an index of scalable font files for X"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('freetype2' 'libfontenc')
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig})
 sha256sums=('8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 



[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2015-01-17 Thread Andreas Radke
Date: Saturday, January 17, 2015 @ 23:00:58
  Author: andyrtr
Revision: 229500

upgpkg: xorg-mkfontscale 1.1.2-1

upstream update 1.1.2

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-17 21:57:11 UTC (rev 229499)
+++ PKGBUILD2015-01-17 22:00:58 UTC (rev 229500)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -11,8 +12,10 @@
 depends=('freetype2' 'libfontenc')
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=('ad1887ca253b9234ab6a6989de53d3127e302c6c')
+source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig})
+sha256sums=('8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}


[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2013-07-17 Thread Laurent Carlier
Date: Wednesday, July 17, 2013 @ 08:37:27
  Author: lcarlier
Revision: 190801

upgpkg: xorg-mkfontscale 1.1.1-1

upstream release 1.1.1

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 22:57:07 UTC (rev 190800)
+++ PKGBUILD2013-07-17 06:37:27 UTC (rev 190801)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=('ba021369ae3b364ba083b9eb5e570e54b21fd583')
+sha1sums=('ad1887ca253b9234ab6a6989de53d3127e302c6c')
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}



[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2012-02-11 Thread andyrtr
Date: Saturday, February 11, 2012 @ 05:02:40
  Author: andyrtr
Revision: 149833

upgpkg: xorg-mkfontscale 1.1.0-1

upstream update 1.1.0

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-11 10:00:49 UTC (rev 149832)
+++ PKGBUILD2012-02-11 10:02:40 UTC (rev 149833)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.0.9
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=(''5a8ac438d6d6694dcf1314b74c4d9f029da4f486)
+sha1sums=('ba021369ae3b364ba083b9eb5e570e54b21fd583')
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}



[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2011-07-07 Thread andyrtr
Date: Thursday, July 7, 2011 @ 18:14:26
  Author: andyrtr
Revision: 130725

upgpkg: xorg-mkfontscale 1.0.9-1
upstream update 1.0.9

Modified:
  xorg-mkfontscale/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-07 22:12:36 UTC (rev 130724)
+++ PKGBUILD2011-07-07 22:14:26 UTC (rev 130725)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -12,12 +12,16 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=('accfb12751bf3b7ae7b28c1b0b863d5be871398f')
+sha1sums=(''5a8ac438d6d6694dcf1314b74c4d9f029da4f486)
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/mkfontscale-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/



[arch-commits] Commit in xorg-mkfontscale/trunk (PKGBUILD)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:41:30
  Author: jgc
Revision: 113678

upgpkg: xorg-mkfontscale 1.0.8-1
Add to xorg groups

Modified:
  xorg-mkfontscale/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:41:23 UTC (rev 113677)
+++ PKGBUILD2011-03-10 14:41:30 UTC (rev 113678)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -10,8 +10,9 @@
 license=('custom')
 depends=('freetype2' 'libfontenc')
 makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=('0a0c25da68c87380e2c013c808a6e0cc0983fae9')
+sha1sums=('accfb12751bf3b7ae7b28c1b0b863d5be871398f')
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}


Property changes on: xorg-mkfontscale/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision