[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)
Andrea Scarpino
andrea at archlinux.org
Wed Dec 17 07:48:23 UTC 2014
Date: Wednesday, December 17, 2014 @ 08:48:23
Author: andrea
Revision: 227666
archrelease: copy trunk to extra-any
Added:
ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 227665, ttf-oxygen/trunk/PKGBUILD)
ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 227665, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
ttf-oxygen/repos/extra-any/PKGBUILD
ttf-oxygen/repos/extra-any/ttf-oxygen.install
--------------------+
PKGBUILD | 80 +++++++++++++++++++++++++--------------------------
ttf-oxygen.install | 30 +++++++++----------
2 files changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-17 01:00:21 UTC (rev 227665)
+++ PKGBUILD 2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz")
-md5sums=('dd1edc7c711cc367264814ef57f34ab0')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../oxygen-fonts-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-
- install -d "${pkgdir}"/usr/share/licenses/${pkgname}
- install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
- "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 227665, ttf-oxygen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz")
+md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../oxygen-fonts-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+
+ install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+ "${pkgdir}"/usr/share/licenses/${pkgname}
+}
Deleted: ttf-oxygen.install
===================================================================
--- ttf-oxygen.install 2014-12-17 01:00:21 UTC (rev 227665)
+++ ttf-oxygen.install 2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/truetype/oxygen
- mkfontdir /usr/share/fonts/truetype/oxygen
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 227665, ttf-oxygen/trunk/ttf-oxygen.install)
===================================================================
--- ttf-oxygen.install (rev 0)
+++ ttf-oxygen.install 2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,15 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -f > /dev/null
+ mkfontscale /usr/share/fonts/truetype/oxygen
+ mkfontdir /usr/share/fonts/truetype/oxygen
+ echo "done."
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list