File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ rm -f "$APP_PREFIX"/lib/python3.8/config/libpython3.8.a
4242find " $APP_PREFIX " /lib/python3.8 -name ' *.pyc' -delete
4343find " $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
5147mv menus.ui.tmp " $APP_PREFIX " /share/gpodder/ui/gtk/menus.ui
Original file line number Diff line number Diff line change @@ -63,10 +63,6 @@ find "$app" -name '*.pyo' -delete
6363rm -Rf " $resources " /share/applications
6464rm -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
7268mv menus.ui.tmp " $resources " /share/gpodder/ui/gtk/menus.ui
You can’t perform that action at this time.
0 commit comments