···1{ stdenv, fetchurl, pkgconfig, autoconf, automake, gettext
2-, fluxbox, bc, gtkmm, glibmm, libglademm, libsigcxx
3-}:
45stdenv.mkDerivation rec{
6···18 ./autogen.sh
19 '';
2021- meta = {
22 description = "Editor for Fluxbox menus";
23 longDescription = ''
24 Fluxbox Menu Editor is a menu editor for the Window Manager Fluxbox written in C++
···27 a row, a submenu, etc very easily.
28 '';
29 homepage = https://github.com/rdehouss/fme/;
30- license = stdenv.lib.licenses.gpl2;
31- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
32- platforms = stdenv.lib.platforms.linux;
33 };
34}
···1{ stdenv, fetchurl, pkgconfig, autoconf, automake, gettext
2+, fluxbox, bc, gtkmm, glibmm, libglademm, libsigcxx }:
034stdenv.mkDerivation rec{
5···17 ./autogen.sh
18 '';
1920+ meta = with stdenv.lib; {
21 description = "Editor for Fluxbox menus";
22 longDescription = ''
23 Fluxbox Menu Editor is a menu editor for the Window Manager Fluxbox written in C++
···26 a row, a submenu, etc very easily.
27 '';
28 homepage = https://github.com/rdehouss/fme/;
29+ license = licenses.gpl2;
30+ maintainers = [ maintainers.AndersonTorres ];
31+ platforms = platforms.linux;
32 };
33}
+5-5
pkgs/applications/misc/galculator/default.nix
···1{ stdenv, fetchurl
2-, intltool, pkgconfig, gtk
3- }:
45stdenv.mkDerivation rec {
6···1415 buildInputs = [ intltool pkgconfig gtk ];
1617- meta = {
18 description = "A GTK 2/3 algebraic and RPN calculator";
19 longDescription = ''
20 galculator is a GTK 2 / GTK 3 based calculator. Its main features include:
···29 - Quad-precision floating point arithmetic, and 112-bit binary arithmetic
30 '';
31 homepage = http://galculator.sourceforge.net/;
32- license = stdenv.lib.licenses.gpl2Plus;
33- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
034 };
35}
···1{ stdenv, fetchurl
2+, intltool, pkgconfig, gtk }:
034stdenv.mkDerivation rec {
5···1314 buildInputs = [ intltool pkgconfig gtk ];
1516+ meta = with stdenv.lib; {
17 description = "A GTK 2/3 algebraic and RPN calculator";
18 longDescription = ''
19 galculator is a GTK 2 / GTK 3 based calculator. Its main features include:
···28 - Quad-precision floating point arithmetic, and 112-bit binary arithmetic
29 '';
30 homepage = http://galculator.sourceforge.net/;
31+ license = licenses.gpl2Plus;
32+ maintainers = [ maintainers.AndersonTorres ];
33+ platforms = platforms.linux;
34 };
35}
+4-4
pkgs/applications/misc/lilyterm/default.nix
···22 --enable-safe-mode
23 '';
2425- meta = {
26 description = "A fast, lightweight terminal emulator";
27 longDescription = ''
28 LilyTerm is a terminal emulator based off of libvte that aims to be fast and lightweight.
29 '';
30 homepage = http://lilyterm.luna.com.tw/;
31- license = stdenv.lib.licenses.gpl3;
32- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
33- platforms = stdenv.lib.platforms.linux;
34 };
35}
···22 --enable-safe-mode
23 '';
2425+ meta = with stdenv; {
26 description = "A fast, lightweight terminal emulator";
27 longDescription = ''
28 LilyTerm is a terminal emulator based off of libvte that aims to be fast and lightweight.
29 '';
30 homepage = http://lilyterm.luna.com.tw/;
31+ license = licenses.gpl3;
32+ maintainers = [ maintainers.AndersonTorres ];
33+ platforms = platforms.linux;
34 };
35}
···15 qmake PREFIX="$out"
16 '';
1718- meta = {
19 description = "A mind-mapping software";
20 longDescription = ''
21 VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts.
···28 vym offers much more features to work with such maps.
29 '';
30 homepage = http://www.insilmaril.de/vym/;
31- license = stdenv.lib.licenses.gpl2;
32- maintainer = [ stdenv.lib.maintainers.AndersonTorres ];
33- platforms = stdenv.lib.platforms.linux;
34 };
35}
···15 qmake PREFIX="$out"
16 '';
1718+ meta = with stdenv.lib; {
19 description = "A mind-mapping software";
20 longDescription = ''
21 VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts.
···28 vym offers much more features to work with such maps.
29 '';
30 homepage = http://www.insilmaril.de/vym/;
31+ license = licenses.gpl2;
32+ maintainer = [ maintainers.AndersonTorres ];
33+ platforms = platforms.linux;
34 };
35}
+9-9
pkgs/applications/misc/xiphos/default.nix
···7, libgsf, gconf
8, gtkhtml, libgtkhtml, libglade, scrollkeeper
9, webkitgtk
10-, dbus_glib, enchant, isocodes, libuuid
11-}:
1213stdenv.mkDerivation rec {
14 name = "xiphos-${version}";
···42 python waf install
43 '';
4445- meta = {
46 description = "A GTK Bible study tool";
47 longDescription = ''
48- Xiphos (formerly known as GnomeSword) is a Bible study tool written for Linux, UNIX,
49- and Windows using GTK, offering a rich and featureful environment for reading, study,
50- and research using modules from The SWORD Project and elsewhere.
051 '';
52 homepage = http://www.xiphos.org/;
53- license = stdenv.lib.licenses.gpl2Plus;
54- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
55- platforms = stdenv.lib.platforms.linux;
56 };
57}
···7, libgsf, gconf
8, gtkhtml, libgtkhtml, libglade, scrollkeeper
9, webkitgtk
10+, dbus_glib, enchant, isocodes, libuuid }:
01112stdenv.mkDerivation rec {
13 name = "xiphos-${version}";
···41 python waf install
42 '';
4344+ meta = with stdenv.lib; {
45 description = "A GTK Bible study tool";
46 longDescription = ''
47+ Xiphos (formerly known as GnomeSword) is a Bible study tool
48+ written for Linux, UNIX, and Windows using GTK, offering a rich
49+ and featureful environment for reading, study, and research using
50+ modules from The SWORD Project and elsewhere.
51 '';
52 homepage = http://www.xiphos.org/;
53+ license = licenses.gpl2Plus;
54+ maintainers = [ maintainers.AndersonTorres ];
55+ platforms = platforms.linux;
56 };
57}
···22# for Youtube support
23, quviSupport ? false, libquvi ? null
24, cacaSupport ? false, libcaca ? null
25-, vaapiSupport ? false, libva ? null
26-}:
2728assert x11Support -> (libX11 != null && libXext != null && mesa != null && libXxf86vm != null);
29assert xineramaSupport -> (libXinerama != null && x11Support);
···114 ln -s ${freefont_ttf}/share/fonts/truetype/FreeSans.ttf $out/share/mpv/subfont.ttf
115 '';
116117- meta = {
118 description = "A movie player that supports many video formats (MPlayer and mplayer2 fork)";
119 longDescription = ''
120- mpv is a free and open-source general-purpose video player, based on the MPlayer and mplayer2 projects, with great improvements above both.
00121 '';
122- homepage = "http://mpv.io";
123- license = stdenv.lib.licenses.gpl2Plus;
124- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
125- platforms = stdenv.lib.platforms.linux;
126 };
127}
128
···22# for Youtube support
23, quviSupport ? false, libquvi ? null
24, cacaSupport ? false, libcaca ? null
25+, vaapiSupport ? false, libva ? null }:
02627assert x11Support -> (libX11 != null && libXext != null && mesa != null && libXxf86vm != null);
28assert xineramaSupport -> (libXinerama != null && x11Support);
···113 ln -s ${freefont_ttf}/share/fonts/truetype/FreeSans.ttf $out/share/mpv/subfont.ttf
114 '';
115116+ meta = with stdenv.lib;{
117 description = "A movie player that supports many video formats (MPlayer and mplayer2 fork)";
118 longDescription = ''
119+ mpv is a free and open-source general-purpose video player,
120+ based on the MPlayer and mplayer2 projects, with great
121+ improvements above both.
122 '';
123+ homepage = http://mpv.io;
124+ license = licenses.gpl2Plus;
125+ maintainers = [ maintainers.AndersonTorres ];
126+ platforms = platforms.linux;
127 };
128}
129
+5-6
pkgs/applications/video/wxcam/default.nix
···9, mjpegtools
10, alsaLib
11, libv4l
12-, cimg
13-}:
1415stdenv.mkDerivation rec {
16···35 make install prefix="$out" wxcamdocdir="$out/share/doc/wxcam"
36 '';
3738- meta = {
39 description = "An open-source, wxGTK-based webcam app for Linux";
40 longDescription = ''
41 wxCam is a webcam application for linux. It supports video recording
···45 so it should work on a very large number of devices.
46 '';
47 homepage = http://wxcam.sourceforge.net/;
48- license = stdenv.lib.licenses.gpl3Plus;
49- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
50- platforms = stdenv.lib.platforms.linux;
51 };
52}
···9, mjpegtools
10, alsaLib
11, libv4l
12+, cimg }:
01314stdenv.mkDerivation rec {
15···34 make install prefix="$out" wxcamdocdir="$out/share/doc/wxcam"
35 '';
3637+ meta = with stdenv.lib; {
38 description = "An open-source, wxGTK-based webcam app for Linux";
39 longDescription = ''
40 wxCam is a webcam application for linux. It supports video recording
···44 so it should work on a very large number of devices.
45 '';
46 homepage = http://wxcam.sourceforge.net/;
47+ license = licenses.gpl3Plus;
48+ maintainers = [ maintainers.AndersonTorres ];
49+ platforms = platforms.linux;
50 };
51}
···2, freetype, fribidi
3, libXext, libXft, libXpm, libXrandr, libXrender, xextproto
4, libXinerama
5-, imlib2
6-}:
78stdenv.mkDerivation rec {
9···17 sha256 = "164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983";
18 };
1920- meta = {
21 description = "Full-featured, light-resource X window manager";
22 longDescription = ''
23- Fluxbox is a X window manager based on Blackbox 0.61.1 window manager sources.
24- It is very light on resources and easy to handle but yet full of features to make an easy,
25- and extremely fast, desktop experience. It is written in C++ and licensed under MIT license.
0026 '';
27 homepage = http://fluxbox.org/;
28- license = stdenv.lib.licenses.mit;
29- maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
30- platforms = stdenv.lib.platforms.linux;
31 };
32}
33# Many thanks Jack Ryan from Nix-dev mailing list!
···2, freetype, fribidi
3, libXext, libXft, libXpm, libXrandr, libXrender, xextproto
4, libXinerama
5+, imlib2 }:
067stdenv.mkDerivation rec {
8···16 sha256 = "164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983";
17 };
1819+ meta = with stdenv.lib; {
20 description = "Full-featured, light-resource X window manager";
21 longDescription = ''
22+ Fluxbox is a X window manager based on Blackbox 0.61.1 window
23+ manager sources. It is very light on resources and easy to
24+ handle but yet full of features to make an easy, and extremely
25+ fast, desktop experience. It is written in C++ and licensed
26+ under MIT license.
27 '';
28 homepage = http://fluxbox.org/;
29+ license = licenses.mit;
30+ maintainers = [ maintainers.AndersonTorres ];
31+ platforms = platforms.linux;
32 };
33}
34# Many thanks Jack Ryan from Nix-dev mailing list!