Date: Tuesday, April 19, 2016 @ 13:16:00 Author: arojas Revision: 265236
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 265235, kdebase/trunk/PKGBUILD) kdebase/repos/kde-unstable-i686/kdebase-konqueror.install (from rev 265235, kdebase/trunk/kdebase-konqueror.install) kdebase/repos/kde-unstable-i686/kdebase.install (from rev 265235, kdebase/trunk/kdebase.install) kdebase/repos/kde-unstable-x86_64/PKGBUILD (from rev 265235, kdebase/trunk/PKGBUILD) kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install (from rev 265235, kdebase/trunk/kdebase-konqueror.install) kdebase/repos/kde-unstable-x86_64/kdebase.install (from rev 265235, kdebase/trunk/kdebase.install) Deleted: kdebase/repos/kde-unstable-i686/PKGBUILD kdebase/repos/kde-unstable-i686/kdebase-konqueror.install kdebase/repos/kde-unstable-i686/kdebase.install kdebase/repos/kde-unstable-x86_64/PKGBUILD kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install kdebase/repos/kde-unstable-x86_64/kdebase.install -----------------------------------------------+ /PKGBUILD | 242 ++++++++++++++++++++++++ /kdebase-konqueror.install | 24 ++ /kdebase.install | 22 ++ kde-unstable-i686/PKGBUILD | 121 ------------ kde-unstable-i686/kdebase-konqueror.install | 12 - kde-unstable-i686/kdebase.install | 11 - kde-unstable-x86_64/PKGBUILD | 121 ------------ kde-unstable-x86_64/kdebase-konqueror.install | 12 - kde-unstable-x86_64/kdebase.install | 11 - 9 files changed, 288 insertions(+), 288 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2016-04-19 11:15:38 UTC (rev 265235) +++ kde-unstable-i686/PKGBUILD 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,121 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgbase=kdebase -pkgname=('kdebase-kdepasswd' - 'kdebase-kdialog' - 'kdebase-keditbookmarks' - 'kdebase-kfind' - 'kdebase-konq-plugins' - 'kdebase-konqueror' - 'kdebase-lib' - 'dolphinpart4') -pkgver=16.04.0 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdebase') -makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy') -source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('ea32fba276acb4dd35f20fcef8da62e6944ee968') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kde-baseapps-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-kdepasswd() { - pkgdesc='Change Password' - depends=('kdebase-runtime' 'kdebase-lib') - - cd "$srcdir"/build/kdepasswd - make DESTDIR="$pkgdir" install - cd "$srcdir"/build/doc/kdepasswd - make DESTDIR="$pkgdir" install -} - -package_kdebase-kdialog() { - pkgdesc='A utility for displaying dialog boxes from shell scripts' - depends=('kdebase-runtime') - - cd "$srcdir"/build/kdialog - make DESTDIR="$pkgdir" install -} - -package_kdebase-keditbookmarks() { - pkgdesc='Bookmark Organizer and Editor' - depends=('kdebase-runtime') - - cd "$srcdir"/build/keditbookmarks - make DESTDIR="$pkgdir" install -} - -package_kdebase-kfind() { - pkgdesc='Find Files/Folders' - depends=('kdebase-runtime' 'kdebase-lib') - url="http://kde.org/applications/utilities/kfind/" - install='kdebase.install' - - cd "$srcdir"/build/kfind - make DESTDIR="$pkgdir" install - cd "$srcdir"/build/doc/kfind - make DESTDIR="$pkgdir" install -} - -package_kdebase-konq-plugins() { - pkgdesc='Extra plugins for Konqueror' - depends=('kdebase-konqueror' 'tidy') - replaces=('konq-plugins') - install='kdebase.install' - - cd "$srcdir"/build/konq-plugins - make DESTDIR="$pkgdir" install -} - -package_kdebase-konqueror() { - pkgdesc='KDE File Manager & Web Browser' - depends=('dolphinpart4' 'kdebase-keditbookmarks') - optdepends=('kwebkitpart: to enable webkit engine') - url="http://kde.org/applications/internet/konqueror/" - install='kdebase-konqueror.install' - conflicts=('kdebase-nsplugins') - replaces=('kdebase-nsplugins') - - for i in konqueror doc/konqueror nsplugins; do - cd "$srcdir"/build/${i} - make DESTDIR="$pkgdir" install - done -} - -package_kdebase-lib() { - pkgdesc='KDE libraries for the basic desktop applications' - groups=() - depends=('kdelibs') - conflicts=('kde-templates') - - cd "$srcdir"/build/lib - make DESTDIR="$pkgdir" install -} - -package_dolphinpart4() { - pkgdesc='KDE4 Dolphin KPart' - depends=('libkactivities4' 'kdebase-lib') - conflicts=('kdebase-dolphin') - provides=('kdebase-dolphin') - groups=() - - cd "$srcdir"/build/dolphin - make DESTDIR="$pkgdir" install -} Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 265235, kdebase/trunk/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 11:16:00 UTC (rev 265236) @@ -0,0 +1,121 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgbase=kdebase +pkgname=('kdebase-kdepasswd' + 'kdebase-kdialog' + 'kdebase-keditbookmarks' + 'kdebase-kfind' + 'kdebase-konq-plugins' + 'kdebase-konqueror' + 'kdebase-lib' + 'dolphinpart4') +pkgver=16.04.0 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdebase') +makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") +sha1sums=('ea32fba276acb4dd35f20fcef8da62e6944ee968') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kde-baseapps-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_kdebase-kdepasswd() { + pkgdesc='Change Password' + depends=('kdebase-runtime' 'kdebase-lib') + + cd "$srcdir"/build/kdepasswd + make DESTDIR="$pkgdir" install + cd "$srcdir"/build/doc/kdepasswd + make DESTDIR="$pkgdir" install +} + +package_kdebase-kdialog() { + pkgdesc='A utility for displaying dialog boxes from shell scripts' + depends=('kdebase-runtime') + + cd "$srcdir"/build/kdialog + make DESTDIR="$pkgdir" install +} + +package_kdebase-keditbookmarks() { + pkgdesc='Bookmark Organizer and Editor' + depends=('kdebase-runtime') + + cd "$srcdir"/build/keditbookmarks + make DESTDIR="$pkgdir" install +} + +package_kdebase-kfind() { + pkgdesc='Find Files/Folders' + depends=('kdebase-runtime' 'kdebase-lib') + url="http://kde.org/applications/utilities/kfind/" + install='kdebase.install' + + cd "$srcdir"/build/kfind + make DESTDIR="$pkgdir" install + cd "$srcdir"/build/doc/kfind + make DESTDIR="$pkgdir" install +} + +package_kdebase-konq-plugins() { + pkgdesc='Extra plugins for Konqueror' + depends=('kdebase-konqueror' 'tidy') + replaces=('konq-plugins') + install='kdebase.install' + + cd "$srcdir"/build/konq-plugins + make DESTDIR="$pkgdir" install +} + +package_kdebase-konqueror() { + pkgdesc='KDE File Manager & Web Browser' + depends=('dolphinpart4' 'kdebase-keditbookmarks') + optdepends=('kwebkitpart: to enable webkit engine') + url="http://kde.org/applications/internet/konqueror/" + install='kdebase-konqueror.install' + conflicts=('kdebase-nsplugins') + replaces=('kdebase-nsplugins') + + for i in konqueror doc/konqueror nsplugins; do + cd "$srcdir"/build/${i} + make DESTDIR="$pkgdir" install + done +} + +package_kdebase-lib() { + pkgdesc='KDE libraries for the basic desktop applications' + groups=() + depends=('kdelibs') + conflicts=('kde-templates') + + cd "$srcdir"/build/lib + make DESTDIR="$pkgdir" install +} + +package_dolphinpart4() { + pkgdesc='KDE4 Dolphin KPart' + depends=('libkactivities4' 'kdebase-lib') + conflicts=('kdebase-dolphin') + provides=('kdebase-dolphin') + groups=() + + cd "$srcdir"/build/dolphin + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-i686/kdebase-konqueror.install =================================================================== --- kde-unstable-i686/kdebase-konqueror.install 2016-04-19 11:15:38 UTC (rev 265235) +++ kde-unstable-i686/kdebase-konqueror.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase/repos/kde-unstable-i686/kdebase-konqueror.install (from rev 265235, kdebase/trunk/kdebase-konqueror.install) =================================================================== --- kde-unstable-i686/kdebase-konqueror.install (rev 0) +++ kde-unstable-i686/kdebase-konqueror.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-i686/kdebase.install =================================================================== --- kde-unstable-i686/kdebase.install 2016-04-19 11:15:38 UTC (rev 265235) +++ kde-unstable-i686/kdebase.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase/repos/kde-unstable-i686/kdebase.install (from rev 265235, kdebase/trunk/kdebase.install) =================================================================== --- kde-unstable-i686/kdebase.install (rev 0) +++ kde-unstable-i686/kdebase.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -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-19 11:15:38 UTC (rev 265235) +++ kde-unstable-x86_64/PKGBUILD 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,121 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgbase=kdebase -pkgname=('kdebase-kdepasswd' - 'kdebase-kdialog' - 'kdebase-keditbookmarks' - 'kdebase-kfind' - 'kdebase-konq-plugins' - 'kdebase-konqueror' - 'kdebase-lib' - 'dolphinpart4') -pkgver=16.04.0 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdebase') -makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy') -source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('ea32fba276acb4dd35f20fcef8da62e6944ee968') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kde-baseapps-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-kdepasswd() { - pkgdesc='Change Password' - depends=('kdebase-runtime' 'kdebase-lib') - - cd "$srcdir"/build/kdepasswd - make DESTDIR="$pkgdir" install - cd "$srcdir"/build/doc/kdepasswd - make DESTDIR="$pkgdir" install -} - -package_kdebase-kdialog() { - pkgdesc='A utility for displaying dialog boxes from shell scripts' - depends=('kdebase-runtime') - - cd "$srcdir"/build/kdialog - make DESTDIR="$pkgdir" install -} - -package_kdebase-keditbookmarks() { - pkgdesc='Bookmark Organizer and Editor' - depends=('kdebase-runtime') - - cd "$srcdir"/build/keditbookmarks - make DESTDIR="$pkgdir" install -} - -package_kdebase-kfind() { - pkgdesc='Find Files/Folders' - depends=('kdebase-runtime' 'kdebase-lib') - url="http://kde.org/applications/utilities/kfind/" - install='kdebase.install' - - cd "$srcdir"/build/kfind - make DESTDIR="$pkgdir" install - cd "$srcdir"/build/doc/kfind - make DESTDIR="$pkgdir" install -} - -package_kdebase-konq-plugins() { - pkgdesc='Extra plugins for Konqueror' - depends=('kdebase-konqueror' 'tidy') - replaces=('konq-plugins') - install='kdebase.install' - - cd "$srcdir"/build/konq-plugins - make DESTDIR="$pkgdir" install -} - -package_kdebase-konqueror() { - pkgdesc='KDE File Manager & Web Browser' - depends=('dolphinpart4' 'kdebase-keditbookmarks') - optdepends=('kwebkitpart: to enable webkit engine') - url="http://kde.org/applications/internet/konqueror/" - install='kdebase-konqueror.install' - conflicts=('kdebase-nsplugins') - replaces=('kdebase-nsplugins') - - for i in konqueror doc/konqueror nsplugins; do - cd "$srcdir"/build/${i} - make DESTDIR="$pkgdir" install - done -} - -package_kdebase-lib() { - pkgdesc='KDE libraries for the basic desktop applications' - groups=() - depends=('kdelibs') - conflicts=('kde-templates') - - cd "$srcdir"/build/lib - make DESTDIR="$pkgdir" install -} - -package_dolphinpart4() { - pkgdesc='KDE4 Dolphin KPart' - depends=('libkactivities4' 'kdebase-lib') - conflicts=('kdebase-dolphin') - provides=('kdebase-dolphin') - groups=() - - cd "$srcdir"/build/dolphin - make DESTDIR="$pkgdir" install -} Copied: kdebase/repos/kde-unstable-x86_64/PKGBUILD (from rev 265235, kdebase/trunk/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-04-19 11:16:00 UTC (rev 265236) @@ -0,0 +1,121 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgbase=kdebase +pkgname=('kdebase-kdepasswd' + 'kdebase-kdialog' + 'kdebase-keditbookmarks' + 'kdebase-kfind' + 'kdebase-konq-plugins' + 'kdebase-konqueror' + 'kdebase-lib' + 'dolphinpart4') +pkgver=16.04.0 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdebase') +makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") +sha1sums=('ea32fba276acb4dd35f20fcef8da62e6944ee968') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kde-baseapps-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_kdebase-kdepasswd() { + pkgdesc='Change Password' + depends=('kdebase-runtime' 'kdebase-lib') + + cd "$srcdir"/build/kdepasswd + make DESTDIR="$pkgdir" install + cd "$srcdir"/build/doc/kdepasswd + make DESTDIR="$pkgdir" install +} + +package_kdebase-kdialog() { + pkgdesc='A utility for displaying dialog boxes from shell scripts' + depends=('kdebase-runtime') + + cd "$srcdir"/build/kdialog + make DESTDIR="$pkgdir" install +} + +package_kdebase-keditbookmarks() { + pkgdesc='Bookmark Organizer and Editor' + depends=('kdebase-runtime') + + cd "$srcdir"/build/keditbookmarks + make DESTDIR="$pkgdir" install +} + +package_kdebase-kfind() { + pkgdesc='Find Files/Folders' + depends=('kdebase-runtime' 'kdebase-lib') + url="http://kde.org/applications/utilities/kfind/" + install='kdebase.install' + + cd "$srcdir"/build/kfind + make DESTDIR="$pkgdir" install + cd "$srcdir"/build/doc/kfind + make DESTDIR="$pkgdir" install +} + +package_kdebase-konq-plugins() { + pkgdesc='Extra plugins for Konqueror' + depends=('kdebase-konqueror' 'tidy') + replaces=('konq-plugins') + install='kdebase.install' + + cd "$srcdir"/build/konq-plugins + make DESTDIR="$pkgdir" install +} + +package_kdebase-konqueror() { + pkgdesc='KDE File Manager & Web Browser' + depends=('dolphinpart4' 'kdebase-keditbookmarks') + optdepends=('kwebkitpart: to enable webkit engine') + url="http://kde.org/applications/internet/konqueror/" + install='kdebase-konqueror.install' + conflicts=('kdebase-nsplugins') + replaces=('kdebase-nsplugins') + + for i in konqueror doc/konqueror nsplugins; do + cd "$srcdir"/build/${i} + make DESTDIR="$pkgdir" install + done +} + +package_kdebase-lib() { + pkgdesc='KDE libraries for the basic desktop applications' + groups=() + depends=('kdelibs') + conflicts=('kde-templates') + + cd "$srcdir"/build/lib + make DESTDIR="$pkgdir" install +} + +package_dolphinpart4() { + pkgdesc='KDE4 Dolphin KPart' + depends=('libkactivities4' 'kdebase-lib') + conflicts=('kdebase-dolphin') + provides=('kdebase-dolphin') + groups=() + + cd "$srcdir"/build/dolphin + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/kdebase-konqueror.install =================================================================== --- kde-unstable-x86_64/kdebase-konqueror.install 2016-04-19 11:15:38 UTC (rev 265235) +++ kde-unstable-x86_64/kdebase-konqueror.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install (from rev 265235, kdebase/trunk/kdebase-konqueror.install) =================================================================== --- kde-unstable-x86_64/kdebase-konqueror.install (rev 0) +++ kde-unstable-x86_64/kdebase-konqueror.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-x86_64/kdebase.install =================================================================== --- kde-unstable-x86_64/kdebase.install 2016-04-19 11:15:38 UTC (rev 265235) +++ kde-unstable-x86_64/kdebase.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase/repos/kde-unstable-x86_64/kdebase.install (from rev 265235, kdebase/trunk/kdebase.install) =================================================================== --- kde-unstable-x86_64/kdebase.install (rev 0) +++ kde-unstable-x86_64/kdebase.install 2016-04-19 11:16:00 UTC (rev 265236) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}