[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 24 19:58:00 UTC 2015


    Date: Tuesday, March 24, 2015 @ 20:58:00
  Author: arojas
Revision: 234629

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
    (from rev 234628, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
    (from rev 234628, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

--------------------+
 PKGBUILD           |   96 +++++++++++++++++++++++++--------------------------
 ttf-oxygen.install |   30 +++++++--------
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-24 19:46:46 UTC (rev 234628)
+++ PKGBUILD	2015-03-24 19:58:00 UTC (rev 234629)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.2.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')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz")
-md5sums=('4cb29bfde4cf86946a893c66bb23dd38')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix install path
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
-    "${pkgdir}"/usr/share/fonts/TTF/
-
-  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 234628, ttf-oxygen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-24 19:58:00 UTC (rev 234629)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.2.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')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz")
+md5sums=('76d0d925bcc0b0df7475246914e2d47d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+    "${pkgdir}"/usr/share/fonts/TTF/
+
+  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	2015-03-24 19:46:46 UTC (rev 234628)
+++ ttf-oxygen.install	2015-03-24 19:58:00 UTC (rev 234629)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 234628, ttf-oxygen/trunk/ttf-oxygen.install)
===================================================================
--- ttf-oxygen.install	                        (rev 0)
+++ ttf-oxygen.install	2015-03-24 19:58:00 UTC (rev 234629)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list