[arch-commits] Commit in blinken/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Jan 12 07:48:20 UTC 2016
Date: Tuesday, January 12, 2016 @ 08:48:20
Author: arojas
Revision: 258014
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
blinken/repos/extra-i686/PKGBUILD
(from rev 258013, blinken/trunk/PKGBUILD)
blinken/repos/extra-i686/blinken.install
(from rev 258013, blinken/trunk/blinken.install)
blinken/repos/extra-x86_64/PKGBUILD
(from rev 258013, blinken/trunk/PKGBUILD)
blinken/repos/extra-x86_64/blinken.install
(from rev 258013, blinken/trunk/blinken.install)
Deleted:
blinken/repos/extra-i686/PKGBUILD
blinken/repos/extra-i686/blinken.install
blinken/repos/extra-x86_64/PKGBUILD
blinken/repos/extra-x86_64/blinken.install
------------------------------+
/PKGBUILD | 74 +++++++++++++++++++++++++++++++++++++++++
/blinken.install | 24 +++++++++++++
extra-i686/PKGBUILD | 37 --------------------
extra-i686/blinken.install | 12 ------
extra-x86_64/PKGBUILD | 37 --------------------
extra-x86_64/blinken.install | 12 ------
6 files changed, 98 insertions(+), 98 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-01-12 07:47:57 UTC (rev 258013)
+++ extra-i686/PKGBUILD 2016-01-12 07:48:20 UTC (rev 258014)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=blinken
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
-sha1sums=('41b539514080a4b9a7019d55e0339eb126dbba76')
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake ../blinken-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: blinken/repos/extra-i686/PKGBUILD (from rev 258013, blinken/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:48:20 UTC (rev 258014)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
+sha1sums=('cf9ce2a15cacc14dd528c7dbfa1bb76f2ab50c33')
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../blinken-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/blinken.install
===================================================================
--- extra-i686/blinken.install 2016-01-12 07:47:57 UTC (rev 258013)
+++ extra-i686/blinken.install 2016-01-12 07:48:20 UTC (rev 258014)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
Copied: blinken/repos/extra-i686/blinken.install (from rev 258013, blinken/trunk/blinken.install)
===================================================================
--- extra-i686/blinken.install (rev 0)
+++ extra-i686/blinken.install 2016-01-12 07:48:20 UTC (rev 258014)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-01-12 07:47:57 UTC (rev 258013)
+++ extra-x86_64/PKGBUILD 2016-01-12 07:48:20 UTC (rev 258014)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=blinken
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
-sha1sums=('41b539514080a4b9a7019d55e0339eb126dbba76')
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake ../blinken-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: blinken/repos/extra-x86_64/PKGBUILD (from rev 258013, blinken/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-01-12 07:48:20 UTC (rev 258014)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
+sha1sums=('cf9ce2a15cacc14dd528c7dbfa1bb76f2ab50c33')
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../blinken-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/blinken.install
===================================================================
--- extra-x86_64/blinken.install 2016-01-12 07:47:57 UTC (rev 258013)
+++ extra-x86_64/blinken.install 2016-01-12 07:48:20 UTC (rev 258014)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
Copied: blinken/repos/extra-x86_64/blinken.install (from rev 258013, blinken/trunk/blinken.install)
===================================================================
--- extra-x86_64/blinken.install (rev 0)
+++ extra-x86_64/blinken.install 2016-01-12 07:48:20 UTC (rev 258014)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
More information about the arch-commits
mailing list