diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:01:59 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:01:59 +0000 |
commit | dc5298614e44db44fe441a220d4299b4ae76e8a5 (patch) | |
tree | a2b2bc7944bd5199c11c6d8ba3bc2f161ac76215 /net-im/corebird/files/patch-data_Makefile.am | |
parent | - Update to 0.8.7 (diff) |
- Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang
Changelog:
https://github.com/baedert/corebird/releases/tag/1.3
Reviewed by: feld, junovitch (mentors)
Approved by: feld, junovitch (mentors)
Differential Revision: D7392
Diffstat (limited to 'net-im/corebird/files/patch-data_Makefile.am')
-rw-r--r-- | net-im/corebird/files/patch-data_Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/corebird/files/patch-data_Makefile.am b/net-im/corebird/files/patch-data_Makefile.am index c17ee3420497..444e8a90c661 100644 --- a/net-im/corebird/files/patch-data_Makefile.am +++ b/net-im/corebird/files/patch-data_Makefile.am @@ -1,10 +1,11 @@ ---- data/Makefile.am.orig 2016-02-29 16:55:42 UTC +--- data/Makefile.am.orig 2016-08-01 21:45:23 UTC +++ data/Makefile.am -@@ -1,6 +1,6 @@ +@@ -2,7 +2,7 @@ iconprefix=$(datarootdir)/icons/hicolor/ + SUBDIRS = 256x256 128x128 96x96 64x64 48x48 32x32 24x24 16x16 desktopdir = $(datarootdir)/applications -desktop_in_files = org.baedert.corebird.desktop.in +desktop_in_files = corebird.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - @INTLTOOL_DESKTOP_RULE@ + appdatadir = $(datarootdir)/appdata |