summaryrefslogtreecommitdiff
path: root/pcr/steadyflow
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 19:30:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 19:30:37 -0500
commit5cd2811d91990d01d40ef79b9282e1cc014ee6b0 (patch)
tree7172f31dc96ea675c85ace7aa11ad205fb66777f /pcr/steadyflow
parent5e62bff817e7c6eb591dd4cc8c7209e77ab34058 (diff)
steadyflow-0.2.0-4: rebuild
Diffstat (limited to 'pcr/steadyflow')
-rw-r--r--pcr/steadyflow/PKGBUILD24
-rw-r--r--pcr/steadyflow/patch11
2 files changed, 25 insertions, 10 deletions
diff --git a/pcr/steadyflow/PKGBUILD b/pcr/steadyflow/PKGBUILD
index 3be25b36e..fb32710f2 100644
--- a/pcr/steadyflow/PKGBUILD
+++ b/pcr/steadyflow/PKGBUILD
@@ -1,25 +1,26 @@
# Maintainer (Arch): M0Rf30
# Contributor (Arch): Dan Serban
# Contributor (Arch): zbito <ztokarczyk at gmail dot com
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=steadyflow
pkgver=0.2.0
-pkgrel=3
-pkgdesc="A download manager that aims for minimalism, ease of use, and a
-clean, malleable codebase"
-arch=('i686' 'x86_64' 'mips64el')
+pkgrel=4
+pkgdesc="A download manager that aims for minimalism, ease of use, and a clean, malleable codebase"
+arch=('i686' 'x86_64')
url=https://launchpad.net/steadyflow
license=('GPL3')
install=steadyflow.install
-depends=('desktop-file-utils' 'glib2' 'gtk3' 'gvfs' 'libgee' 'libnotify'
-'libunique' 'libgee06')
-makedepends=('cmake' 'vala')
+depends=('desktop-file-utils' 'glib2' 'gtk3' 'gvfs' 'libgee06' 'libnotify' 'libunique')
+makedepends=('cmake' 'vala' 'wget')
conflicts=('steadyflow-bzr')
-source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz https://launchpadlibrarian.net/55910801/steadyflow-64px.png)
-md5sums=('16b9907c1d681e7f0a861f066d4fda0e' 'bbe025886f071ebfffa5fed350cced0c')
+source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz
+ patch)
build() {
cd $pkgname-$pkgver
+ patch -Np1 -i ../patch
+ sed -i 's/ListStore/Gtk.ListStore/g' Steadyflow/FileListController.vala
cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCOMPILE_GSETTINGS_ON_INSTALL=NO -DWANT_AYATANA=NO
make
}
@@ -28,6 +29,9 @@ package() {
cd $pkgname-$pkgver
make install DESTDIR="$pkgdir"
mkdir -p "$pkgdir"/usr/share/pixmaps
- cp "$srcdir"/steadyflow-64px.png "$pkgdir"/usr/share/pixmaps/steadyflow.png
+ install -D -m644 data/img/hicolor/64x64/apps/steadyflow.svg "$pkgdir"/usr/share/pixmaps/steadyflow.svg
+ #wget -O "$pkgdir"/usr/share/pixmaps/steadyflow.png https://launchpadlibrarian.net/55910801/steadyflow-64px.png
}
+md5sums=('16b9907c1d681e7f0a861f066d4fda0e'
+ '53ff49bd70c499fa75498ba06250e7fc')
diff --git a/pcr/steadyflow/patch b/pcr/steadyflow/patch
new file mode 100644
index 000000000..efa3fd024
--- /dev/null
+++ b/pcr/steadyflow/patch
@@ -0,0 +1,11 @@
+--- a/Steadyflow/Services.vala 2012-06-30 14:39:35.000000000 +0200
++++ b/Steadyflow/Services.vala 2014-05-19 16:05:43.826607777 +0200
+@@ -61,7 +61,7 @@
+ "information to the developer:\n\nError Code %d:\n\n%s").printf (e.code, message));
+
+ md.run ();
+- exit(1);
++ GLib.Process.exit(1);
+ }
+ }
+