Projects
Kolab:3.4
roundcubemail-plugin-contextmenu
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 22
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugin-contextmenu (2.1-0~kolab2) unstable; urgency=low + + * Put assets, css, js and images in the right place + + -- Timotheus Pokorra <tp@tbits.net> Tue, 20 Jan 2015 18:41:13 +0200 + roundcubemail-plugin-contextmenu (2.1-0~kolab1) unstable; urgency=low * Ship 2.1 from upstream
View file
debian.rules
Changed
@@ -16,3 +16,35 @@ skins \ $(CURDIR)/debian/roundcubemail-plugin-contextmenu/usr/share/roundcubemail/plugins/contextmenu/ + # Compress the CSS + for file in `find $(CURDIR)/debian/roundcubemail-plugin-contextmenu/usr/share/roundcubemail/ -type f -name "*.css"`; do \ + asset_loc=$$(dirname $$(echo $$file | sed -e "s|/usr/share/roundcubemail/|/usr/share/roundcubemail/public_html/assets/|g")) ; \ + install -pm 755 -d $$asset_loc ; \ + mv -f $$file $$asset_loc/$$(basename $$file) ; \ + done + + # Compress the JS + for file in `find $(CURDIR)/debian/roundcubemail-plugin-contextmenu/usr/share/roundcubemail/ -type f -name "*.js"`; do \ + asset_loc=$$(dirname $$(echo $$file | sed -e "s|/usr/share/roundcubemail/|/usr/share/roundcubemail/public_html/assets/|g")) ; \ + install -pm 755 -d $$asset_loc ; \ + mv -f $$file $$asset_loc/$$(basename $$file) ; \ + done + + # Other assets + for file in $$(find $(CURDIR)/debian/roundcubemail-plugin-contextmenu/usr/share/roundcubemail/ -type f \ + -name "*.eot" -o \ + -name "*.gif" -o \ + -name "*.ico" -o \ + -name "*.jpg" -o \ + -name "*.png" -o \ + -name "*.svg" -o \ + -name "*.swf" -o \ + -name "*.tif" -o \ + -name "*.ttf" -o \ + -name "*.woff" \ + ); do \ + asset_loc=$$(dirname $$(echo $$file | sed -e "s|/usr/share/roundcubemail/|/usr/share/roundcubemail/public_html/assets/|g")) ; \ + install -pm 755 -d $$asset_loc ; \ + mv -f $$file $$asset_loc/$$(basename $$file); \ + done +
View file
roundcubemail-plugin-contextmenu.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugin-contextmenu Binary: roundcubemail-plugin-contextmenu Architecture: all -Version: 2.1~dev20140906-0~kolab1 +Version: 2.1~dev20140906-0~kolab2 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.