diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 11:46:28 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 11:46:28 +0200 |
commit | 04f94e64f6fe4134c454d8a22df9ab9943556292 (patch) | |
tree | 6e9d9ac8f83f5c277ebf3dc938c82cc424d2ee0a /debian/patches/001-gee-0.8.patch | |
parent | 6dbb3a7c8f19291de04fc898cef243164fba1ee6 (diff) |
New maintainer, rewrite d/copyright, add Vcs
Diffstat (limited to 'debian/patches/001-gee-0.8.patch')
-rw-r--r-- | debian/patches/001-gee-0.8.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/001-gee-0.8.patch b/debian/patches/001-gee-0.8.patch new file mode 100644 index 0000000..72e3c7a --- /dev/null +++ b/debian/patches/001-gee-0.8.patch @@ -0,0 +1,29 @@ +Description: change gee API to 0.8 +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863 +Last-Update: 2014-07-21 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/CMakeLists.txt +=================================================================== +--- trunk.orig/CMakeLists.txt 2013-03-17 12:15:02.000000000 +0100 ++++ trunk/CMakeLists.txt 2014-07-21 17:44:36.814563290 +0200 +@@ -43,7 +43,7 @@ + + pkg_check_modules(GIO REQUIRED gio-unix-2.0) + pkg_check_modules(CAIRO REQUIRED cairo) +-pkg_check_modules(GEE REQUIRED gee-1.0) ++pkg_check_modules(GEE REQUIRED gee-0.8) + pkg_check_modules(X11 REQUIRED x11) + pkg_check_modules(XML REQUIRED libxml-2.0) + pkg_check_modules(XTST REQUIRED xtst) +@@ -155,7 +155,7 @@ + + set(VALA_PKGS + cairo +- gee-1.0 ++ gee-0.8 + x11 + gio-unix-2.0 + posix |