[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 12 17:04:14 UTC 2015


    Date: Monday, October 12, 2015 @ 19:04:14
  Author: heftig
Revision: 248929

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
    (from rev 248928, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
    (from rev 248928, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-------------------------+
 PKGBUILD                |   54 +++++++++++++++++++++++-----------------------
 cantarell-fonts.install |   22 +++++++++---------
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-12 17:01:21 UTC (rev 248928)
+++ PKGBUILD	2015-10-12 17:04:14 UTC (rev 248929)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cantarell-fonts
-pkgver=0.0.17
-pkgrel=1
-pkgdesc="Cantarell font family"
-arch=('any')
-url="https://git.gnome.org/browse/cantarell-fonts"
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 248928, cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-12 17:04:14 UTC (rev 248929)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cantarell-fonts
+pkgver=0.0.17.2
+pkgrel=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="https://git.gnome.org/browse/cantarell-fonts"
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===================================================================
--- cantarell-fonts.install	2015-10-12 17:01:21 UTC (rev 248928)
+++ cantarell-fonts.install	2015-10-12 17:04:14 UTC (rev 248929)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 248928, cantarell-fonts/trunk/cantarell-fonts.install)
===================================================================
--- cantarell-fonts.install	                        (rev 0)
+++ cantarell-fonts.install	2015-10-12 17:04:14 UTC (rev 248929)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list