diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-15 20:29:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-15 20:29:47 +0200 |
commit | f24915471ea396c53670df51b2affc4af74373bf (patch) | |
tree | 04e25e027d641ad6b82ba5828ae9a9c72924b1f1 /ubuntu/raring/applications/kerry/debian/patches | |
parent | 1c7a831407fea1378682db5c21b06e792343be06 (diff) | |
download | tde-packaging-f24915471ea396c53670df51b2affc4af74373bf.tar.gz tde-packaging-f24915471ea396c53670df51b2affc4af74373bf.zip |
Switch patch system from simple to quilt on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/applications/kerry/debian/patches')
-rw-r--r-- | ubuntu/raring/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch | 9 | ||||
-rw-r--r-- | ubuntu/raring/applications/kerry/debian/patches/series | 3 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ubuntu/raring/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch b/ubuntu/raring/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch index 811069db9..7b06f8128 100644 --- a/ubuntu/raring/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch +++ b/ubuntu/raring/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch @@ -1,8 +1,9 @@ -diff -Nur kerry-0.2.1/kerry/src/Makefile.am kerry-0.2.1.new/kerry/src/Makefile.am ---- kerry-0.2.1/kerry/src/Makefile.am 2006-12-05 18:28:31.000000000 +0100 -+++ kerry-0.2.1.new/kerry/src/Makefile.am 2006-12-05 18:28:53.000000000 +0100 +Index: b/kerry/src/Makefile.am +=================================================================== +--- a/kerry/src/Makefile.am ++++ b/kerry/src/Makefile.am @@ -31,7 +31,7 @@ - kerry_la_LIBADD = -lkio -lkonq $(LIB_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) -lDCOP $(LIB_QT) $(LIB_TDECORE) + kerry_la_LIBADD = -ltdeio -lkonq $(LIB_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) -lDCOP $(LIB_QT) $(LIB_TDECORE) autostartdir = $(datadir)/autostart -autostart_DATA = kerry.autostart.desktop beagled.desktop diff --git a/ubuntu/raring/applications/kerry/debian/patches/series b/ubuntu/raring/applications/kerry/debian/patches/series new file mode 100644 index 000000000..f23925f70 --- /dev/null +++ b/ubuntu/raring/applications/kerry/debian/patches/series @@ -0,0 +1,3 @@ +kubuntu_03_no_beagle_autostart.patch +kubuntu_04_no_core_kmenu_entry.desktop.patch +kubuntu_05_shortkey.patch |