Skip to content

Commit

Permalink
Update vala-panel-appmenu packaging to 0.5.3 (#19)
Browse files Browse the repository at this point in the history
* Move GTK_MODULES from Xsession.d to profile.d.

* Enable bold appname.

* Dropped budgie-appmenu-applet.gsettings-override, this should be a distro override and not shipped in the package.

* Add maintscript remove obsolete configuration.

* upload to artful (ubuntu/0.5.3-0ubuntu1)
  • Loading branch information
flexiondotorg authored and rilian-la-te committed Aug 15, 2017
1 parent 592194f commit 33059e9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
12 changes: 0 additions & 12 deletions debian/vala-panel-appmenu/debian/96vala-panel-appmenu

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions debian/vala-panel-appmenu/debian/changelog
@@ -1,3 +1,9 @@
vala-panel-appmenu (0.5.3-0ubuntu1) artful; urgency=medium

* New upstream release.

-- Martin Wimpress <code@flexion.org> Mon, 14 Aug 2017 23:03:02 +0100

vala-panel-appmenu (0.5.2-0ubuntu1) artful; urgency=medium

* Initial upload. (LP: #1699334)
Expand Down
1 change: 1 addition & 0 deletions debian/vala-panel-appmenu/debian/rules
Expand Up @@ -19,6 +19,7 @@ override_dh_auto_configure:
-DENABLE_MATE=ON \
-DENABLE_VALAPANEL=ON \
-DENABLE_XFCE=ON \
-DMAKE_BOLD_APPNAME=ON \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib

override_dh_auto_install:
Expand Down
@@ -1,2 +1,2 @@
debian/96vala-panel-appmenu etc/X11/Xsession.d/
debian/vala-panel-appmenu.sh etc/profile.d/
usr/share/locale/*
@@ -0,0 +1 @@
rm_conffile /etc/X11/Xsession.d/96vala-panel-appmenu
9 changes: 9 additions & 0 deletions debian/vala-panel-appmenu/debian/vala-panel-appmenu.sh
@@ -0,0 +1,9 @@
# Set the GTK_MODULES env variable to load unity-gtk-module

if [ -z "$GTK_MODULES" ]; then
GTK_MODULES="unity-gtk-module"
else
GTK_MODULES="$GTK_MODULES:unity-gtk-module"
fi
export GTK_MODULES
export UBUNTU_MENUPROXY=1

0 comments on commit 33059e9

Please sign in to comment.