Skip to content

Commit

Permalink
Fixed prebuilt GIMP package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Mar 27, 2015
1 parent d9e6159 commit 804f0f7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ env DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -j4 || exit 1
cd ..
cd gimp-2.8.14 || exit 1
patch -p1 < ../../gimp-limit-redraw-rate.patch || exit 1
dpkg-buildpackage -us -uc -j4 || exit 1
dpkg-buildpackage -us -uc -b -j4 || exit 1
cd ..
cd ..
13 changes: 13 additions & 0 deletions pkgs/gimp-limit-redraw-rate.patch
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ diff -u -r --unidirectional-new-file x86/gimp-2.8.14/debian/patches/series armhf
disable-internal-help-browser
01_hurd_ftbfs.patch
+decrease-screen-redraw-rate.patch
--- gimp-2.8.14/debian/changelog 2015-03-27 17:09:01.000000000 +0000
+++ gimp-2.8.14/debian/changelog 2015-03-27 17:08:48.000000000 +0000
@@ -1,3 +1,10 @@
+gimp (2.8.14-1+b1) UNRELEASED; urgency=medium, binary-only=yes
+
+ * Binary-only non-maintainer upload for armhf; no source changes.
+ * Decrease screen redraw rate to 10FPS
+
+ -- pelya <x.pelya.x@gmail.com> Fri, 27 Mar 2015 17:05:50 +0000
+
gimp (2.8.14-1) unstable; urgency=medium

* Imported Upstream version 2.8.14
Binary file added pkgs/gimp_2.8.14-1+b1_armhf.deb
Binary file not shown.
Binary file added pkgs/gimp_2.8.14-1+b1_i386.deb
Binary file not shown.
Binary file removed pkgs/gimp_2.8.14-1_armhf.deb
Binary file not shown.
Binary file removed pkgs/gimp_2.8.14-1_i386.deb
Binary file not shown.

0 comments on commit 804f0f7

Please sign in to comment.