[arch-commits] Commit in libksane/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 06:24:20 UTC 2016
Date: Friday, April 8, 2016 @ 08:24:20
Author: arojas
Revision: 264004
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 264003, libksane/kde-unstable/PKGBUILD)
libksane/repos/kde-unstable-i686/libksane.install
(from rev 264003, libksane/kde-unstable/libksane.install)
libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264003, libksane/kde-unstable/PKGBUILD)
libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 264003, libksane/kde-unstable/libksane.install)
Deleted:
libksane/repos/kde-unstable-i686/PKGBUILD
libksane/repos/kde-unstable-i686/libksane.install
libksane/repos/kde-unstable-x86_64/PKGBUILD
libksane/repos/kde-unstable-x86_64/libksane.install
--------------------------------------+
/PKGBUILD | 74 +++++++++++++++++++++++++++++++++
/libksane.install | 22 +++++++++
kde-unstable-i686/PKGBUILD | 37 ----------------
kde-unstable-i686/libksane.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 37 ----------------
kde-unstable-x86_64/libksane.install | 11 ----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libksane
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('9f2c2fab86baa0bda373bcbc4a366869a371d14c')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$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 build
- make DESTDIR="$pkgdir" install
-}
Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 264003, libksane/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libksane
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4ca32cbe12fdde291b1890b30500e0d4aa10c96e')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$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 build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-i686/libksane.install
===================================================================
--- kde-unstable-i686/libksane.install 2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-i686/libksane.install 2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 264003, libksane/kde-unstable/libksane.install)
===================================================================
--- kde-unstable-i686/libksane.install (rev 0)
+++ kde-unstable-i686/libksane.install 2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libksane
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('9f2c2fab86baa0bda373bcbc4a366869a371d14c')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$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 build
- make DESTDIR="$pkgdir" install
-}
Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 264003, libksane/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libksane
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('4ca32cbe12fdde291b1890b30500e0d4aa10c96e')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$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 build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/libksane.install
===================================================================
--- kde-unstable-x86_64/libksane.install 2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-x86_64/libksane.install 2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: libksane/repos/kde-unstable-x86_64/libksane.install (from rev 264003, libksane/kde-unstable/libksane.install)
===================================================================
--- kde-unstable-x86_64/libksane.install (rev 0)
+++ kde-unstable-x86_64/libksane.install 2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,11 @@
+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