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
42
42
find " $APP_PREFIX " /lib/python3.8 -name ' *.pyc' -delete
43
43
find " $APP_PREFIX " /lib/python3.8 -name ' *.pyo' -delete
44
44
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
-
49
45
# Command-XX shortcuts in gPodder menus
50
46
/usr/bin/xsltproc -o menus.ui.tmp " $mydir " /misc/adjust-modifiers.xsl " $APP_PREFIX " /share/gpodder/ui/gtk/menus.ui
51
47
mv 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
63
63
rm -Rf " $resources " /share/applications
64
64
rm -Rf " $resources " /share/dbus-1
65
65
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
-
70
66
# Command-XX shortcuts in gPodder menus
71
67
/usr/bin/xsltproc -o menus.ui.tmp " $mydir " /misc/adjust-modifiers.xsl " $resources " /share/gpodder/ui/gtk/menus.ui
72
68
mv menus.ui.tmp " $resources " /share/gpodder/ui/gtk/menus.ui
You can’t perform that action at this time.
0 commit comments