[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)
Jan Steffens
heftig at archlinux.org
Mon Feb 15 20:01:14 UTC 2016
Date: Monday, February 15, 2016 @ 21:01:14
Author: heftig
Revision: 259342
archrelease: copy trunk to extra-any
Added:
cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 259341, cantarell-fonts/trunk/PKGBUILD)
cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 259341, 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 2016-02-15 20:00:39 UTC (rev 259341)
+++ PKGBUILD 2016-02-15 20:01:14 UTC (rev 259342)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cantarell-fonts
-pkgver=0.0.21
-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=('2d3e925574648f0902c61975f84acac445ee9cda826280644bdf772960b46e85')
-
-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 259341, cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-02-15 20:01:14 UTC (rev 259342)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cantarell-fonts
+pkgver=0.00022
+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}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('83ecaecb137e13164d815a5b978bb2512abcdffb1749670fce5a87087c50c854')
+
+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 2016-02-15 20:00:39 UTC (rev 259341)
+++ cantarell-fonts.install 2016-02-15 20:01:14 UTC (rev 259342)
@@ -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 259341, cantarell-fonts/trunk/cantarell-fonts.install)
===================================================================
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2016-02-15 20:01:14 UTC (rev 259342)
@@ -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