This website requires JavaScript.
Explore
Help
Sign In
zcy
/
solvespace
Watch
1
Star
0
Fork
You've already forked solvespace
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0066f93fb4
solvespace
/
debian
/
solvespace.install
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a native Debian package.
2015-03-20 10:49:52 +00:00
usr/bin/solvespace
usr/share/icons
usr/share/applications
Move icons to res/icons/; remove png2c. This commit integrates icons in the resource system so that they can be loaded (or reloaded, without restarting) in @2x mode, which will be added in a future commit. png2c is no longer necessary. png2c used to perform the following transformation: if(r + g + b < 11) r = g = b = 11; This is now achieved by switching the icons to RGBA mode and adding alpha channel with the following imagemagick invocation, which is equivalent to the transformation above: for i in *.png; do convert -fuzz 4% -channel rgba -matte \ -fill "rgba(255,255,255,0)" -opaque black \ $i $i done The Debian package solvespace now includes /usr/share/solvespace; this should be split out into solvespace-data later.
2016-04-22 13:35:22 +00:00
usr/share/solvespace