aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/gnome-panel/as-needed.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-11 16:43:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-11 16:45:47 +0000
commit315ddd26b78d81b1c2f0c1d2a85da338b00fdb25 (patch)
tree47205a7adb60694996874da8c3fc720dcd920501 /unmaintained/gnome-panel/as-needed.patch
parentaacae4a7b4456b75cbc938f7656cc7118b1e8646 (diff)
downloadaports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.bz2
aports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.xz
unmaintained/: Purge packages unmaintained since v3.0
Removes packages that have been in aports/unmaintained since the 3.0-stable branch. Alpine Linux v3.0 was released on 2014-06-04 and EOL on 2016-05-01, so these packages have not been touched since at least 23 months. The files can still be recovered from the 3.3-stable branch.
Diffstat (limited to 'unmaintained/gnome-panel/as-needed.patch')
-rw-r--r--unmaintained/gnome-panel/as-needed.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/unmaintained/gnome-panel/as-needed.patch b/unmaintained/gnome-panel/as-needed.patch
deleted file mode 100644
index 87e95e0104..0000000000
--- a/unmaintained/gnome-panel/as-needed.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./applets/notification_area/Makefile.in.orig
-+++ ./applets/notification_area/Makefile.in
-@@ -403,17 +403,17 @@
-
- NOTIFICATION_AREA_SOURCES = main.c
- NOTIFICATION_AREA_LDADD = \
-+ libtray.la \
- ../../libpanel-applet/libpanel-applet-3.la \
- $(X_LIBS) \
- $(NOTIFICATION_AREA_LIBS) \
-- $(LIBPANEL_APPLET_LIBS) \
-- libtray.la
-+ $(LIBPANEL_APPLET_LIBS)
-
- testtray_SOURCES = testtray.c
- testtray_LDADD = \
-+ libtray.la \
- $(X_LIBS) \
-- $(NOTIFICATION_AREA_LIBS) \
-- libtray.la
-+ $(NOTIFICATION_AREA_LIBS)
-
- @NOTIFICATION_AREA_INPROCESS_FALSE@APPLET_IN_PROCESS = false
- @NOTIFICATION_AREA_INPROCESS_TRUE@APPLET_IN_PROCESS = true