[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:22:23
  Author: foutrelis
Revision: 394951

upgpkg: ttf-linux-libertine 5.3.0-6: rebuild bisson's pkgs

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:22:21 UTC (rev 394950)
+++ PKGBUILD2020-08-30 10:22:23 UTC (rev 394951)
@@ -6,7 +6,7 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=5
+pkgrel=6
 url='http://www.linuxlibertine.org/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')


[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2020-05-06 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 7, 2020 @ 01:21:01
  Author: bisson
Revision: 382463

free rebuild

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 01:18:23 UTC (rev 382462)
+++ PKGBUILD2020-05-07 01:21:01 UTC (rev 382463)
@@ -6,7 +6,7 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=4
+pkgrel=5
 url='http://www.linuxlibertine.org/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')


[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD install)

2017-12-21 Thread Jan Steffens via arch-commits
Date: Thursday, December 21, 2017 @ 22:14:21
  Author: heftig
Revision: 313507

5.3.0-4: Drop ttf-font provides, use pkgname dir, simplify

Modified:
  ttf-linux-libertine/trunk/PKGBUILD
Deleted:
  ttf-linux-libertine/trunk/install

--+
 PKGBUILD |   15 +++
 install  |   15 ---
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 20:52:18 UTC (rev 313506)
+++ PKGBUILD2017-12-21 22:14:21 UTC (rev 313507)
@@ -7,25 +7,16 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=3
+pkgrel=4
 url='http://www.linuxlibertine.org/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')
 arch=('any')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
 
source=("https://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
 sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
 '3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
 
-install=install
-
 package() {
-   cd "${srcdir}"
-   install -dm755 "${pkgdir}"/usr/share/fonts/{OTF,TTF}
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
-   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-
-   install -Dm644 OFL-1.1.txt 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-   install -Dm644 LICENCE.txt 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/README
+   install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 *.ttf *.otf
+   install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 OFL-1.1.txt 
LICENCE.txt
 }

Deleted: install
===
--- install 2017-12-21 20:52:18 UTC (rev 313506)
+++ install 2017-12-21 22:14:21 UTC (rev 313507)
@@ -1,15 +0,0 @@
-post_install() {
-   fc-cache -s
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-   mkfontscale usr/share/fonts/OTF
-   mkfontdir usr/share/fonts/OTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2017-08-04 Thread Gaëtan Bisson
Date: Friday, August 4, 2017 @ 09:07:53
  Author: bisson
Revision: 301635

use https source

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 09:07:47 UTC (rev 301634)
+++ PKGBUILD2017-08-04 09:07:53 UTC (rev 301635)
@@ -8,13 +8,13 @@
 pkgver=5.3.0
 _reldate=2012_07_02
 pkgrel=3
-url='http://linuxlibertine.sourceforge.net/'
+url='http://www.linuxlibertine.org/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')
 arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
-source=("http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
+source=("https://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
 sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
 '3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
 


[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:07
  Author: bisson
Revision: 289855

switch to sha256sum

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:02 UTC (rev 289854)
+++ PKGBUILD2017-03-02 01:37:07 UTC (rev 289855)
@@ -15,8 +15,8 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
 
source=("http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
-sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
-  'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')
+sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
+'3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
 
 install=install
 


[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD install)

2014-06-06 Thread Gaetan Bisson
Date: Friday, June 6, 2014 @ 13:44:24
  Author: bisson
Revision: 214324

fix FS#40717

Modified:
  ttf-linux-libertine/trunk/PKGBUILD
  ttf-linux-libertine/trunk/install

--+
 PKGBUILD |2 +-
 install  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 07:30:23 UTC (rev 214323)
+++ PKGBUILD2014-06-06 11:44:24 UTC (rev 214324)
@@ -7,7 +7,7 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=2
+pkgrel=3
 url='http://linuxlibertine.sourceforge.net/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')

Modified: install
===
--- install 2014-06-06 07:30:23 UTC (rev 214323)
+++ install 2014-06-06 11:44:24 UTC (rev 214324)
@@ -1,5 +1,5 @@
 post_install() {
-   fc-cache -s -f  /dev/null
+   fc-cache -s
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
mkfontscale usr/share/fonts/OTF



[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2013-02-01 Thread Gaetan Bisson
Date: Saturday, February 2, 2013 @ 05:32:15
  Author: bisson
Revision: 176884

clean up $pkgdir usage

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-02 04:32:12 UTC (rev 176883)
+++ PKGBUILD2013-02-02 04:32:15 UTC (rev 176884)
@@ -20,7 +20,7 @@
 
 install=install
 
-build() {
+package() {
cd ${srcdir}
install -dm755 ${pkgdir}/usr/share/fonts/{OTF,TTF}
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF



[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2013-01-11 Thread Evangelos Foutras
Date: Friday, January 11, 2013 @ 19:11:11
  Author: foutrelis
Revision: 175026

upgpkg: ttf-linux-libertine 5.3.0-2

Add ttf-font provision.

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-12 00:10:28 UTC (rev 175025)
+++ PKGBUILD2013-01-12 00:11:11 UTC (rev 175026)
@@ -7,12 +7,13 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=1
+pkgrel=2
 url='http://linuxlibertine.sourceforge.net/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')
 arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
 
source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine{TTF,OTF}_${pkgver}_${_reldate}.tgz;)
 sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
   'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')



[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2012-07-07 Thread Gaetan Bisson
Date: Saturday, July 7, 2012 @ 22:09:31
  Author: bisson
Revision: 163136

uptsream update

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 02:03:57 UTC (rev 163135)
+++ PKGBUILD2012-07-08 02:09:31 UTC (rev 163136)
@@ -5,17 +5,17 @@
 # Contributor: AttilaH©web.de
 
 pkgname=ttf-linux-libertine
-pkgver=5.1.3
-_reldate=2011_06_21
-pkgrel=2
+pkgver=5.3.0
+_reldate=2012_07_02
+pkgrel=1
+url='http://linuxlibertine.sourceforge.net/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
-url=http://linuxlibertine.sourceforge.net/;
 license=('GPL' 'custom:OFL')
 arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}-2/LinLibertine{TTF,OTF}_${pkgver}_${_reldate}.tgz;)
-sha1sums=('c9276e02b31a0bb782c2a19207e6c86a3062'
-  'aa91a7c079511907dbd59c90917d6b3396a36699')
+source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine{TTF,OTF}_${pkgver}_${_reldate}.tgz;)
+sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
+  'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')
 
 install=install
 
@@ -25,6 +25,6 @@
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF
 
-   install -Dm644 OFL.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 OFL-1.1.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 LICENCE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/README
 }



[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD)

2011-06-17 Thread Gaetan Bisson
Date: Friday, June 17, 2011 @ 06:02:33
  Author: bisson
Revision: 127632

upstream update

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-17 09:08:05 UTC (rev 127631)
+++ PKGBUILD2011-06-17 10:02:33 UTC (rev 127632)
@@ -4,7 +4,7 @@
 # Contributor: AttilaH©web.de
 
 pkgname=ttf-linux-libertine
-pkgver=4.7.5
+pkgver=5.1.3
 pkgrel=1
 pkgdesc=Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage
 arch=('any')
@@ -12,28 +12,17 @@
 url=http://linuxlibertine.sourceforge.net/;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=libertine.install
-source=(http://downloads.sourceforge.net/sourceforge/linuxlibertine/LinLibertineFont-$pkgver-2.tgz)
-md5sums=('789b4d8f0dd93b7234b7996e54a6a983')
+source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/5.1.3/LinLibertineTTF-5.1.3_2011_06_15.tgz;
+
http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/5.1.3/LinLibertineOTF-5.1.3_2011_06_15.tgz;)
+sha1sums=('230de74b685a9fdbe86f2341c4fb9c49fca7af15'
+  'e9f8882073fb2788312a4a2d02eb5dcf7a3ff653')
 
 build() {
-  cd ${srcdir}/LinLibertine/Fonts
-  for f in *.ttf; do
-name=$(echo $f | cut -f1 -d'-');
-mv $f $name.ttf;
-  done
-  for f in *.otf ; do
-name=$(echo $f | cut -f1 -d'-');
-mv $f $name.otf;
-  done
-}
+   cd ${srcdir}
+   install -dm755 ${pkgdir}/usr/share/fonts/{OTF,TTF}
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF
 
-package() {  
-  cd ${srcdir}/LinLibertine/Fonts
-  install -dm755 $pkgdir/usr/share/fonts/{OTF,TTF}
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF
-  install -m644 *.otf $pkgdir/usr/share/fonts/OTF
-
-  cd ${srcdir}/LinLibertine/
-  install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
+   install -Dm644 OFL.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 LICENCE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/README
 }



[arch-commits] Commit in ttf-linux-libertine/trunk (PKGBUILD libertine.install)

2010-12-05 Thread Allan McRae
Date: Sunday, December 5, 2010 @ 20:16:07
  Author: allan
Revision: 102110

upgpkg: ttf-linux-libertine 4.7.5-1
upstream update

Modified:
  ttf-linux-libertine/trunk/PKGBUILD
  ttf-linux-libertine/trunk/libertine.install

---+
 PKGBUILD  |   23 ---
 libertine.install |8 
 2 files changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-06 01:07:08 UTC (rev 102109)
+++ PKGBUILD2010-12-06 01:16:07 UTC (rev 102110)
@@ -4,19 +4,19 @@
 # Contributor: AttilaH©web.de
 
 pkgname=ttf-linux-libertine
-pkgver=4.4.1
-pkgrel=3
+pkgver=4.7.5
+pkgrel=1
 pkgdesc=Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage
 arch=('any')
 license=('GPL' 'custom:OFL')
 url=http://linuxlibertine.sourceforge.net/;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=libertine.install
-source=(http://downloads.sourceforge.net/sourceforge/linuxlibertine/LinLibertineFont-$pkgver.tgz)
-md5sums=('297f537b31693c92c1aceaa0aeccb115')
+source=(http://downloads.sourceforge.net/sourceforge/linuxlibertine/LinLibertineFont-$pkgver-2.tgz)
+md5sums=('789b4d8f0dd93b7234b7996e54a6a983')
 
 build() {
-  cd ${srcdir}/LinLibertineFont
+  cd ${srcdir}/LinLibertine/Fonts
   for f in *.ttf; do
 name=$(echo $f | cut -f1 -d'-');
 mv $f $name.ttf;
@@ -28,11 +28,12 @@
 }
 
 package() {  
-  cd ${srcdir}/LinLibertineFont
-  install -d -m 755 $pkgdir/usr/share/fonts/{OTF,TTF} || return 1  
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF || return 1
-  install -m644 *.otf $pkgdir/usr/share/fonts/OTF || return 1
+  cd ${srcdir}/LinLibertine/Fonts
+  install -dm755 $pkgdir/usr/share/fonts/{OTF,TTF}
+  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF
+  install -m644 *.otf $pkgdir/usr/share/fonts/OTF
 
-  install -D -m644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE || 
return 1
-  install -D -m644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README || 
return 1
+  cd ${srcdir}/LinLibertine/
+  install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
 }

Modified: libertine.install
===
--- libertine.install   2010-12-06 01:07:08 UTC (rev 102109)
+++ libertine.install   2010-12-06 01:16:07 UTC (rev 102110)
@@ -1,10 +1,10 @@
 post_install() {
   echo -n Updating font cache... 
   fc-cache -s -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  mkfontscale /usr/share/fonts/OTF
-  mkfontdir /usr/share/fonts/OTF
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+  mkfontscale usr/share/fonts/OTF
+  mkfontdir usr/share/fonts/OTF
   echo done.
 }