Skip to content

Commit 86dddff

Browse files
committed
Don't use the removed gpodder_dont_check_display.patch in build scripts.
1 parent 3fe6acb commit 86dddff

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

bundle.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ rm -f "$APP_PREFIX"/lib/python3.8/config/libpython3.8.a
4242
find "$APP_PREFIX"/lib/python3.8 -name '*.pyc' -delete
4343
find "$APP_PREFIX"/lib/python3.8 -name '*.pyo' -delete
4444

45-
# remove the check for DISPLAY variable since it's not used AND it's not
46-
# available on Mavericks (see bug #1855)
47-
(cd "$APP_PREFIX" && patch -p0 < "$mydir/modulesets/patches/gpodder_dont_check_display.patch")
48-
4945
# Command-XX shortcuts in gPodder menus
5046
/usr/bin/xsltproc -o menus.ui.tmp "$mydir"/misc/adjust-modifiers.xsl "$APP_PREFIX"/share/gpodder/ui/gtk/menus.ui
5147
mv menus.ui.tmp "$APP_PREFIX"/share/gpodder/ui/gtk/menus.ui

release_on_linux.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ find "$app" -name '*.pyo' -delete
6363
rm -Rf "$resources"/share/applications
6464
rm -Rf "$resources"/share/dbus-1
6565

66-
# remove the check for DISPLAY variable since it's not used AND it's not
67-
# available on Mavericks (see bug #1855)
68-
(cd "$resources" && patch -p0 < "$mydir"/modulesets/patches/gpodder_dont_check_display.patch)
69-
7066
# Command-XX shortcuts in gPodder menus
7167
/usr/bin/xsltproc -o menus.ui.tmp "$mydir"/misc/adjust-modifiers.xsl "$resources"/share/gpodder/ui/gtk/menus.ui
7268
mv menus.ui.tmp "$resources"/share/gpodder/ui/gtk/menus.ui

0 commit comments

Comments
 (0)