oxygen-gtk: 2 to 1.4.6 and 3 to 1.4.1

This commit is contained in:
Bruce Liu 2014-10-31 14:54:13 +00:00
parent 6b9a8d2e56
commit 6571a3267f
2 changed files with 7 additions and 9 deletions

View File

@ -1,19 +1,17 @@
pkgname=oxygen-gtk2 pkgname=oxygen-gtk2
pkgver=1.4.5 pkgver=1.4.6
pkgrel=1 pkgrel=1
pkgdesc="The Oxygen engine for GTK2, for better Qt/GKT+ integration." pkgdesc="The Oxygen engine for GTK2, for better Qt/GTK+ integration."
arch=('x86_64') arch=('x86_64')
url=("https://projects.kde.org/projects/playground/artwork/oxygen-gtk") url=("https://projects.kde.org/projects/playground/artwork/oxygen-gtk")
license=('LGPL') license=('LGPL')
depends=('cairo' 'gtk2') depends=('cairo' 'gtk2')
makedepends=('cmake') makedepends=('cmake')
provides=('oxygen-gtk')
conflicts=('oxygen-gtk')
categories=('system') categories=('system')
groups=('gtk-integration') groups=('gtk-integration')
install=install install=install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('b368d074cb13a6020e6ed43016866d93') md5sums=('493892fc36302bfe862604f667a6c04e')
prepare() { prepare() {
if [[ -e build ]]; then rm -rf build; fi if [[ -e build ]]; then rm -rf build; fi
@ -31,4 +29,4 @@ build() {
package() { package() {
cd build cd build
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
} }

View File

@ -1,7 +1,7 @@
pkgname=oxygen-gtk3 pkgname=oxygen-gtk3
pkgver=1.4.0 pkgver=1.4.1
pkgrel=1 pkgrel=1
pkgdesc="The Oxygen engine for GTK3, for better Qt/GKT+ integration." pkgdesc="The Oxygen engine for GTK3, for better Qt/GTK+ integration."
arch=('x86_64') arch=('x86_64')
url=("http://projects.kde.org/projects/playground/artwork/oxygen-gtk/") url=("http://projects.kde.org/projects/playground/artwork/oxygen-gtk/")
license=('LGPL') license=('LGPL')
@ -11,7 +11,7 @@ categories=('system')
groups=('gtk-integration') groups=('gtk-integration')
install=install install=install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('68f0e7af7bd9f618abf3c0444a0f2868') md5sums=('231854fbe379dd441518195c45d08201')
prepare() { prepare() {
if [[ -e build ]]; then rm -rf build; fi if [[ -e build ]]; then rm -rf build; fi