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
pkgver=1.4.5
pkgver=1.4.6
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')
url=("https://projects.kde.org/projects/playground/artwork/oxygen-gtk")
license=('LGPL')
depends=('cairo' 'gtk2')
makedepends=('cmake')
provides=('oxygen-gtk')
conflicts=('oxygen-gtk')
categories=('system')
groups=('gtk-integration')
install=install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('b368d074cb13a6020e6ed43016866d93')
md5sums=('493892fc36302bfe862604f667a6c04e')
prepare() {
if [[ -e build ]]; then rm -rf build; fi
@ -31,4 +29,4 @@ build() {
package() {
cd build
make DESTDIR="${pkgdir}" install
}
}

View File

@ -1,7 +1,7 @@
pkgname=oxygen-gtk3
pkgver=1.4.0
pkgver=1.4.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')
url=("http://projects.kde.org/projects/playground/artwork/oxygen-gtk/")
license=('LGPL')
@ -11,7 +11,7 @@ categories=('system')
groups=('gtk-integration')
install=install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('68f0e7af7bd9f618abf3c0444a0f2868')
md5sums=('231854fbe379dd441518195c45d08201')
prepare() {
if [[ -e build ]]; then rm -rf build; fi