summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/ftgl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update homepage attributes: http -> https•••Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems mimadrid2017-08-032-2/+2
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-012-2/+2
* Captialize meta.description of all packages•••In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix) Bjørn Forsman2016-06-202-2/+2
* ftgl: making it link to GL properly.•••Its shared objects require mesa symbols of gl and glu. Lluís Batlle i Rossell2012-12-111-0/+2
* Updating opencascade to 6.5.2.•••I had to bring an older ftgl in. svn path=/nixpkgs/trunk/; revision=32742 Lluís Batlle i Rossell2012-03-022-0/+55
* ftgl: added meta information•••svn path=/nixpkgs/trunk/; revision=31573 Peter Simons2012-01-151-0/+15
* ftgl: fixed download URL•••svn path=/nixpkgs/trunk/; revision=31571 Peter Simons2012-01-151-5/+8
* added ftgl, gource•••svn path=/nixpkgs/trunk/; revision=24379 Rob Vermaas2010-10-201-0/+13