[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2020-06-29 Thread Andreas Radke via arch-commits
Date: Monday, June 29, 2020 @ 16:13:10
  Author: andyrtr
Revision: 656397

upgpkg: ttf-indic-otf 0.2-11: remove unneeded dependencies

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 16:09:03 UTC (rev 656396)
+++ PKGBUILD2020-06-29 16:13:10 UTC (rev 656397)
@@ -5,12 +5,11 @@
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=10
+pkgrel=11
 pkgdesc='Indic Opentype Fonts collection'
 url=https://indlinux.org/wiki/index.php/Downloads
 license=('GPL')
 arch=('any')
-depends=('xorg-fonts-alias' 'xorg-fonts-encodings')
 source=("https://indlinux.org/downloads/files/indic-otf-$pkgver.tar.gz;)
 
sha512sums=('ecb85ca38b40b0afd23c57a5529e3a5eec175852d28d5f9e49592e53f91530ff63737e86df3fe574daf725a673eb59c1ec653b25c7a67642bbfe378df7964bfb')
 


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD ttf-indic-otf.install)

2020-06-27 Thread Daniel M. Capella via arch-commits
Date: Friday, June 26, 2020 @ 05:12:28
  Author: polyzen
Revision: 653437

upgpkg: ttf-indic-otf 0.2-10 Remove unneeded deps

See https://bugs.archlinux.org/task/66012

Modified:
  ttf-indic-otf/trunk/PKGBUILD
Deleted:
  ttf-indic-otf/trunk/ttf-indic-otf.install

---+
 PKGBUILD  |5 ++---
 ttf-indic-otf.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 05:01:47 UTC (rev 653436)
+++ PKGBUILD2020-06-26 05:12:28 UTC (rev 653437)
@@ -5,13 +5,12 @@
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Indic Opentype Fonts collection'
 url=https://indlinux.org/wiki/index.php/Downloads
 license=('GPL')
 arch=('any')
-depends=('fontconfig' 'xorg-fonts-alias' 'xorg-fonts-encodings' 
'xorg-font-utils')
-install=$pkgname.install
+depends=('xorg-fonts-alias' 'xorg-fonts-encodings')
 source=("https://indlinux.org/downloads/files/indic-otf-$pkgver.tar.gz;)
 
sha512sums=('ecb85ca38b40b0afd23c57a5529e3a5eec175852d28d5f9e49592e53f91530ff63737e86df3fe574daf725a673eb59c1ec653b25c7a67642bbfe378df7964bfb')
 

Deleted: ttf-indic-otf.install
===
--- ttf-indic-otf.install   2020-06-26 05:01:47 UTC (rev 653436)
+++ ttf-indic-otf.install   2020-06-26 05:12:28 UTC (rev 653437)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s > /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD install ttf-indic-otf.install)

2019-01-20 Thread Daniel M. Capella via arch-commits
Date: Sunday, January 20, 2019 @ 19:59:46
  Author: polyzen
Revision: 425506

HTTPS & touch ups

Added:
  ttf-indic-otf/trunk/ttf-indic-otf.install
(from rev 425505, ttf-indic-otf/trunk/install)
Modified:
  ttf-indic-otf/trunk/PKGBUILD
Deleted:
  ttf-indic-otf/trunk/install

---+
 PKGBUILD  |   21 +++--
 install   |   13 -
 ttf-indic-otf.install |   13 +
 3 files changed, 24 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 19:56:56 UTC (rev 425505)
+++ PKGBUILD2019-01-20 19:59:46 UTC (rev 425506)
@@ -1,4 +1,5 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: Daniel M. Capella 
+# Contributor: Gaetan Bisson 
 # Contributor: Damir Perisa 
 # Contributor: Firmicus  
 
@@ -6,17 +7,17 @@
 pkgver=0.2
 pkgrel=9
 pkgdesc='Indic Opentype Fonts collection'
-url='http://www.indlinux.org/wiki/index.php/Downloads'
+url=https://indlinux.org/wiki/index.php/Downloads
 license=('GPL')
 arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-source=("http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz;)
-sha256sums=('6459a0d496a701fdde785eccfb2a21ad761251bd332e03521657443339215e72')
+depends=('fontconfig' 'xorg-fonts-alias' 'xorg-fonts-encodings' 
'xorg-font-utils')
+install=$pkgname.install
+source=("https://indlinux.org/downloads/files/indic-otf-$pkgver.tar.gz;)
+sha512sums=('ecb85ca38b40b0afd23c57a5529e3a5eec175852d28d5f9e49592e53f91530ff63737e86df3fe574daf725a673eb59c1ec653b25c7a67642bbfe378df7964bfb')
 
-install=install
-
 package() {
-   cd "${srcdir}"/indic/OpenType
-   install -d "${pkgdir}"/usr/share/fonts/TTF
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+  cd indic/OpenType
+  install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF *.ttf
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: install
===
--- install 2019-01-20 19:56:56 UTC (rev 425505)
+++ install 2019-01-20 19:59:46 UTC (rev 425506)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ttf-indic-otf/trunk/ttf-indic-otf.install (from rev 425505, 
ttf-indic-otf/trunk/install)
===
--- ttf-indic-otf.install   (rev 0)
+++ ttf-indic-otf.install   2019-01-20 19:59:46 UTC (rev 425506)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s > /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2018-05-30 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 30, 2018 @ 23:23:57
  Author: bisson
Revision: 325268

free rebuild

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 23:22:01 UTC (rev 325267)
+++ PKGBUILD2018-05-30 23:23:57 UTC (rev 325268)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=8
+pkgrel=9
 pkgdesc='Indic Opentype Fonts collection'
 url='http://www.indlinux.org/wiki/index.php/Downloads'
 license=('GPL')


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:50
  Author: bisson
Revision: 289852

switch to sha256sum

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:44 UTC (rev 289851)
+++ PKGBUILD2017-03-02 01:36:50 UTC (rev 289852)
@@ -12,7 +12,7 @@
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 source=("http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz;)
-sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
+sha256sums=('6459a0d496a701fdde785eccfb2a21ad761251bd332e03521657443339215e72')
 
 install=install
 


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD install)

2015-01-04 Thread Gaetan Bisson
Date: Monday, January 5, 2015 @ 06:04:42
  Author: bisson
Revision: 228446

install file update for fc-cache

Modified:
  ttf-indic-otf/trunk/PKGBUILD
  ttf-indic-otf/trunk/install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-05 05:04:31 UTC (rev 228445)
+++ PKGBUILD2015-01-05 05:04:42 UTC (rev 228446)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Indic Opentype Fonts collection'
 url='http://www.indlinux.org/wiki/index.php/Downloads'
 license=('GPL')

Modified: install
===
--- install 2015-01-05 05:04:31 UTC (rev 228445)
+++ install 2015-01-05 05:04:42 UTC (rev 228446)
@@ -1,15 +1,13 @@
 post_install() {
-   echo -n Updating font cache... 
-   fc-cache -f  /dev/null
+   fc-cache -s  /dev/null
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
-   echo done.
 }
 
 post_upgrade() {
-   post_install $1
+   post_install
 }
 
 post_remove() {
-   post_install $1
+   post_install
 }


[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 14:03:02
  Author: bisson
Revision: 215779

rebuild for mtree support

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 12:02:55 UTC (rev 215778)
+++ PKGBUILD2014-06-30 12:03:02 UTC (rev 215779)
@@ -1,11 +1,11 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 # Contributor: Firmicus francois.archlinux.org 
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Indic Opentype Fonts collection'
 url='http://www.indlinux.org/wiki/index.php/Downloads'
 license=('GPL')



[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2013-02-01 Thread Gaetan Bisson
Date: Saturday, February 2, 2013 @ 05:31:52
  Author: bisson
Revision: 176882

clean up $pkgdir usage

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-02 04:31:49 UTC (rev 176881)
+++ PKGBUILD2013-02-02 04:31:52 UTC (rev 176882)
@@ -16,7 +16,7 @@
 
 install=install
 
-build() {
+package() {
cd ${srcdir}/indic/OpenType
install -d ${pkgdir}/usr/share/fonts/TTF
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF



[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD install ttf.install)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:02:39
  Author: bisson
Revision: 149194

signed rebuild for free

Added:
  ttf-indic-otf/trunk/install
(from rev 149179, ttf-indic-otf/trunk/ttf.install)
Modified:
  ttf-indic-otf/trunk/PKGBUILD
Deleted:
  ttf-indic-otf/trunk/ttf.install

-+
 PKGBUILD|   24 +---
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 28 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:01:59 UTC (rev 149193)
+++ PKGBUILD2012-02-06 08:02:39 UTC (rev 149194)
@@ -1,21 +1,23 @@
 # $Id$
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=5
-pkgdesc=Indic Opentype Fonts collection
+pkgrel=6
+pkgdesc='Indic Opentype Fonts collection'
+url='http://www.indlinux.org/wiki/index.php/Downloads'
+license=('GPL')
 arch=('any')
-url=http://www.indlinux.org/wiki/index.php/Downloads;
-license=('GPL')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=(http://www.indlinux.org/downloads/files/indic-otf-0.2.tar.gz)
-md5sums=('d50bb65a39d78608be3560f38f003d21')
+source=(http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz;)
+sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
 
+install=install
+
 build() {
-  cd ${srcdir}/indic/OpenType
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+   cd ${srcdir}/indic/OpenType
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
 }

Copied: ttf-indic-otf/trunk/install (from rev 149179, 
ttf-indic-otf/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2012-02-06 08:02:39 UTC (rev 149194)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 08:01:59 UTC (rev 149193)
+++ ttf.install 2012-02-06 08:02:39 UTC (rev 149194)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD)

2010-04-30 Thread Thayer Williams
Date: Friday, April 30, 2010 @ 12:22:02
  Author: thayer
Revision: 79143

upgpkg: ttf-indic-otf 0.2-5
Rebuild for 'any' architecture

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-30 16:06:54 UTC (rev 79142)
+++ PKGBUILD2010-04-30 16:22:02 UTC (rev 79143)
@@ -4,12 +4,12 @@
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Indic Opentype Fonts collection
-arch=(any)
+arch=('any')
 url=http://www.indlinux.org/wiki/index.php/Downloads;
 license=('GPL')
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 install=ttf.install
 source=(http://www.indlinux.org/downloads/files/indic-otf-0.2.tar.gz)
 md5sums=('d50bb65a39d78608be3560f38f003d21')