Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=08be0931cb829c35a7ae8f8843257192a5ab8d0c

commit 08be0931cb829c35a7ae8f8843257192a5ab8d0c
Author: Pingax <pin...@frugalware.fr>
Date:   Fri Feb 18 09:47:24 2011 +0100

qemuctl-0.3.0-1-i686
* Version bump
* Moved from gnome-extra to xapps-extra

diff --git a/source/gnome-extra/qemuctl/FrugalBuild 
b/source/gnome-extra/qemuctl/FrugalBuild
deleted file mode 100644
index 1eeb77f..0000000
--- a/source/gnome-extra/qemuctl/FrugalBuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: AlexExtreme <a...@alex-smith.me.uk>
-
-pkgname=qemuctl
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="A small GUI for changing media etc. while QEMU is running."
-rodepends=('gtk+2' 'glade' 'perl' 'perl-gtk2' 'qemu')
-groups=('gnome-extra')
-archs=('i686' 'x86_64')
-_F_sourceforge_sep="None"
-Finclude sourceforge
-source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('fa5f858af864604e83db9e5ee8444fb16b110501')
-
-build() {
-       Fcd $pkgname$pkgver
-       Fmakeinstall
-}
diff --git a/source/xapps-extra/qemuctl/FrugalBuild 
b/source/xapps-extra/qemuctl/FrugalBuild
new file mode 100644
index 0000000..ad26c7c
--- /dev/null
+++ b/source/xapps-extra/qemuctl/FrugalBuild
@@ -0,0 +1,22 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: AlexExtreme <a...@alex-smith.me.uk>
+
+pkgname=qemuctl
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A small GUI for changing media etc. while QEMU is running."
+rodepends=('qemu' 'libqtcore')
+makedepends=('libqtgui' 'libqtnetwork')
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+_F_sourceforge_sep="None"
+Finclude sourceforge
+_F_cd_path=$pkgname$pkgver
+sha1sums=('f2db64c091083bf0d6c3c4377a8d6f9f78ee8574')
+
+build() {
+       Fcd
+       qmake
+       Fmake
+       Fmakeinstall
+}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to