宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Joachim Fasting
1b3d974c98
electrum: 2.6.1 -> 2.6.2
2016-03-13 16:58:41 +01:00
Joachim Fasting
d4ae8b68cb
abook: fix build with gcc5
2016-03-13 09:49:45 +01:00
Christoph Hrdinka
e06570fe6b
Merge pull request #13847 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
2016-03-12 18:28:27 +01:00
devhell
29a90dbc2b
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
...
Built and tested locally.
From the changelog:
```
Version 0.7.83, 2016-02-29
+ HEVC: Maximum Content Light Level (MaxCLL) and Maximum Frame-Average
Light Level (MaxFALL), metadata mandated by CEA-861.3 for HDR support
+ HEVC: Mastering display color primaries and luminance (based on SMPTE
ST 2084), metadata mandated by CEA-861.3 for HDR support
+ HEVC: SMPTE ST 2048 and SMPTE ST 428-1 transfer characteristics
+ HEVC: Chroma subsampling location (indication of the location type
described in the HEVC spec)
+ MPEG-TS: ATSC Modulation Mode (Analog, SCTE_mode_1 aka 64-QAM,
SCTE_mode_2 aka 256-QAM, 8-VSB, 16-VSB)
+ #B981, MP4: support of buggy file having "hint" SubType
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```
Additionally, some cleanup and package uses `autoreconfHook` now. Thanks
to @hrdinka for helpful pointers!
2016-03-12 17:22:01 +00:00
Nikolay Amiantov
0ba77c4cbd
octoprint-plugins.m3d-fio: 0.28.2 -> 0.29
2016-03-12 18:51:49 +03:00
Joachim Fasting
3c11b5d91f
electrum: implement a simple checkPhase
...
Verify that we can at least run the help command without import errors.
2016-03-11 08:26:43 +01:00
Nikolay Amiantov
0da9c6b358
octoprint-plugins.m3d-fio: 0.29 -> 0.28.2
2016-03-07 04:56:23 +03:00
Franz Pletz
beefe9c1a9
Merge pull request #13659 from agbell/agbell-patch-1
...
pgadmin 1.20.0 -> 1.22.1
2016-03-05 22:16:37 +01:00
Joachim Fasting
1ff8a6b6c4
electrum: 2.5.4 -> 2.6.1
2016-03-05 19:09:02 +01:00
Matthias Beyer
abea96a28d
tasksh: init at 1.0.0
2016-03-04 21:59:01 +01:00
joachifm
66c95e4bf0
Merge pull request #13677 from romildo/update.openbox-menu
...
openbox-menu: 0.5.1 -> 0.8.0
2016-03-04 16:16:24 +00:00
José Romildo Malaquias
5226ecf767
openbox-menu: 0.5.1 -> 0.8.0
2016-03-04 12:42:28 -03:00
joachifm
ff738bc48b
Merge pull request #13669 from romildo/new.font-manager
...
font-manager: init at git-2016-03-02
2016-03-04 15:30:24 +00:00
Nikolay Amiantov
8dd642b688
octoprint-plugins.m3d-fio: 0.27.1 -> 0.29
2016-03-04 14:42:36 +03:00
José Romildo Malaquias
9477c248fa
gsimplecal: init at 2.1
2016-03-04 08:06:09 -03:00
José Romildo Malaquias
86c6d59f95
font-manager: init at git-2016-03-02
2016-03-04 07:45:08 -03:00
Adam Bell
854b13dc00
pgadmin 1.20.0 -> 1.22.1
2016-03-03 16:11:32 -05:00
Arseniy Seroka
9e2eaa2755
Merge pull request #13632 from jraygauthier/jrg/sweethome_freedesktop_improvement
...
sweethome3d: Improvements
2016-03-03 23:30:40 +03:00
Arseniy Seroka
6f12b1980e
Merge pull request #13627 from jraygauthier/jrg/update_sweethome3d_52
...
sweethome3d: 4.6.2 -> 5.2
2016-03-03 23:29:48 +03:00
Damien Cassou
5652d3407f
Merge pull request #13647 from DamienCassou/khard-python2-only
...
khard: force Python2
2016-03-03 21:14:17 +01:00
Damien Cassou
8a804dfbac
khard: force Python2
...
setup.py says that khard is only compatible with
Python 2.
2016-03-03 16:37:23 +01:00
Domen Kožar
ea863b8cc6
Merge pull request #13643 from DamienCassou/khal-python3-only
...
khal: force Python3
2016-03-03 14:21:21 +00:00
Damien Cassou
a0b1b032b6
khal: force Python3
...
Both the README and setup.py agree that khal is only compatible with
Python 3.
2016-03-03 15:17:37 +01:00
Raymond Gauthier
4f347ca8fe
keepass: improvements
...
`*.desktop` file now:
- Refers to an icon.
- Is placed in the proper category (based on comparison with `keepassx2`.
- Has proper mime type (also based on comparison).
Also, now use `icoutils` to extract icons from the application ressouces
and transform them from `*.ico` to `*.png`. Created and used a generic
script that has the ability to move the extracted `*.png` to their
appropriate standard freedesktop location.
Tested this on nixos. `keepass` now has a icon and is categorized
in the same bin as `keepassx2`. The program still execute and
function prefectly.
2016-03-03 01:03:31 -05:00
Raymond Gauthier
ebc3f4bdf3
sweethome3d: Improvements
...
- Replace non freedesktop `CAD` desktop category
by categories taken from debian's desktop item.
This make the desktop items appear under the
`Graphic` category in DE menus instead of `Others`.
- Moved to new package icons as specified by
upstream release notes.
- Moved to icon name instead of full path to
a single icon as specified by freedesktop
specification.
- Human readable desktop item names.
2016-03-03 00:24:55 -05:00
Raymond Gauthier
03f2888b98
sweethome3d: 4.6.2 -> 5.2
...
Also updated editors to latest version.
Tested the applications and everything seem to
work at least as well as previous version.
2016-03-02 15:32:39 -05:00
José Romildo Malaquias
ccc64c20e6
tint2: 0.12 -> 0.12.7
2016-03-02 16:56:21 -03:00
joachifm
0c1ed282f0
Merge pull request #13018 from tathougies/master
...
Bump tint2 to 0.12
2016-03-02 16:55:32 +00:00
Arseniy Seroka
f082170873
Merge pull request #13599 from mbakke/zathura-0.3.5
...
Update zathura and plugins
2016-03-02 01:44:36 +03:00
Robert Helgesson
c523cec12c
josm: 9329 -> 9900
2016-03-01 21:02:36 +01:00
Marius Bakke
df32c2d0c8
zathura-pdf-poppler: 0.2.5 -> 0.2.6
2016-03-01 19:52:50 +00:00
Marius Bakke
9c86acc479
zathura-pdf-mupdf: 0.2.8 -> 0.3.0
2016-03-01 19:52:40 +00:00
Marius Bakke
7ad9370f08
zathura-djvu: 0.2.4 -> 0.2.5
2016-03-01 19:52:40 +00:00
Marius Bakke
18a4ca2d05
zathura-ps: 0.2.2 -> 0.2.3
2016-03-01 19:52:40 +00:00
Marius Bakke
cbf09c6936
zathura: 0.3.3 -> 0.3.5
2016-03-01 19:41:31 +00:00
Marius Bakke
78b80ee635
girara: 0.2.4 -> 0.2.5
2016-03-01 19:41:09 +00:00
Pascal Wittmann
afd2d0588b
calibre: 2.51.0 -> 2.52.0
2016-02-29 23:35:32 +01:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
zimbatm
3f3599f6be
termite: split terminfo into it's own output
...
Fixes #6141
2016-02-25 22:14:58 +00:00
zimbatm
f1df89f902
termite: 10 -> 11
2016-02-25 22:14:55 +00:00
Robin Gloster
84a10edede
Merge pull request #13449 from matthiasbeyer/update-taskwarrior
...
taskwarrior: 2.5.0 -> 2.5.1
2016-02-25 16:59:10 +01:00
Nikolay Amiantov
d3d193e263
octoprint-plugins.m3d-fio: 0.27 -> 0.27.1
2016-02-25 18:18:27 +03:00
Matthias Beyer
159c8f9284
taskwarrior: 2.5.0 -> 2.5.1
2016-02-25 15:49:37 +01:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Nikolay Amiantov
0022f639f3
octoprint-plugins.titlestatus: 0.0.2 -> 0.0.4
2016-02-22 21:01:58 +03:00
Nikolay Amiantov
81032a4722
octoprint-plugins.m3d-fio: 0.26 -> 0.27
2016-02-22 21:01:58 +03:00
Frederik Rietdijk
9d30b03c0c
Merge pull request #13127 from FRidh/kdeconnect
...
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00
Franz Pletz
7e9a7a3b0f
Merge pull request #13091 from ebzzry/emem-0.2.12
...
emem: 0.2.11 -> 0.2.12
2016-02-21 09:09:57 +01:00
mingchuan
9e0b5358e2
pcmanx-gtk2: init at 1.3
2016-02-20 19:49:13 +08:00
Matthias Beyer
24edc61fcd
khard: Fix version 0.8.1 runtime error by rewriting dependencies
2016-02-19 16:31:43 +01:00
Frederik Rietdijk
c9b5c4a445
kde5.kdeconnect: init at 0.9g
2016-02-19 15:12:08 +01:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Nikolay Amiantov
303991218b
octoprint-plugins.stlviewer: init at 0.3.0
2016-02-17 17:01:14 +03:00
Nikolay Amiantov
3f9acdc148
octoprint-plugins.titlestatus: init at 0.0.2
2016-02-17 17:01:14 +03:00
Nikolay Amiantov
4db16aed11
octoprint-plugins.m3d-fio: init at 0.26
2016-02-17 17:01:01 +03:00
Nikolay Amiantov
aad9a88a20
octoprint: init at 1.2.9
2016-02-17 16:56:14 +03:00
Nikolay Amiantov
18c3420579
openbrf: init at 2016-01-09
2016-02-17 16:54:41 +03:00
Travis Athougies
e5e4e27e74
tints: 0.11 -> 0.12
2016-02-16 18:36:58 -08:00
Nikolay Amiantov
39e9b43082
Merge branch 'gammu-smsd' of https://github.com/zohl/nixpkgs into zohl-gammu-smsd
...
Closes #12998
2016-02-16 19:40:00 +03:00
Arseniy Seroka
c98602d281
Merge pull request #13031 from matthiasbeyer/update-packages
...
Update packages
2016-02-16 19:02:58 +03:00
Matthias Beyer
27709b6050
mdp: 1.0.4 -> 1.0.5
2016-02-16 14:17:28 +01:00
Pascal Wittmann
abb07a9cdc
pdfpc: 4.0.1 -> 4.0.2
2016-02-15 17:35:11 +01:00
Franz Pletz
eca96b4461
Merge pull request #12963 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
2016-02-15 04:35:17 +01:00
Gitolite Admin
f13333d43c
gammu: add some DB support
2016-02-14 21:29:27 +03:00
Vladimír Čunát
16d7237beb
pstree: add a working mirror to fix #12989
...
/cc maintainer @mornfall.
2016-02-14 08:37:14 +01:00
devhell
b7b6a672df
{lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
...
Built and tested locally.
From the changelog:
```
Version 0.7.82, 2016-01-27
+ Matroska: CRC-32 validation
+ Matroska: support of padding/junk at the start of a segment
+ Matroska: trace is activated for all elements (but report is still
based on the first element met)
+ Matroska: add an intermediate level in the trace for the raw stream
parser
x FLV: potential infinite loop fixed
x #B966, DTS: DTS-HD HR 3840 not detected anymore
x AC-3: wrong sample rate with 32 kHz streams
x #B948, EBUCore 1.6: invalid output due to position of
containerEncoding element
x #B957, MPEG-7 output: No XML encoded value output
```
2016-02-12 20:59:55 +00:00
Pascal Wittmann
7f1b6d8a31
calibre: 2.50.1 -> 2.51.0
2016-02-12 21:47:12 +01:00
Arseniy Seroka
5deeb7b18d
Merge pull request #12942 from jgillich/gollum
...
gollum: init at 4.0.1
2016-02-12 20:57:13 +03:00
Jakob Gillich
8a35315a20
gollum: init at 4.0.1
2016-02-11 20:33:47 +01:00
Jakob Gillich
53f231d9e0
synergy: 1.7.4 -> 1.7.5
...
repository has moved
2016-02-11 17:37:53 +01:00
tg(x)
521d74524d
Merge branch 'master' of https://github.com/NixOS/nixpkgs into wayland-wm
2016-02-09 22:40:00 +01:00
tg(x)
e1bcc74135
wayland window managers: orbment, sway, velox
2016-02-09 22:35:16 +01:00
Vladimír Čunát
177464ade9
wrapFirefox: add enableAdobeReader
...
So far we only have 32-bit package.
It will be silently missed on 64-bit ATM.
2016-02-09 18:21:40 +01:00
Vladimír Čunát
c6e94f9fa0
sc-im: fix download by using fetchFromGitHub
...
Otherwise the hashes would change periodically.
Also refactor meta. /cc maintainer @matthiasbeyer.
2016-02-07 14:43:27 +01:00
Matthias Beyer
5a2ca9e666
cli-visualizer: init at 2016-02-06
...
changes by @globin:
* added pulseaudio support
* 06-02-2016 -> 2016-02-06 to ensure correct version sorting
* cli_visualizer -> cli-visualizer
closes #12853
Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-06 23:17:57 +00:00
roblabla
16ddf9ea87
keybase: 0.8.22 -> 0.8.25
2016-02-06 12:51:26 +01:00
Nikolay Amiantov
8821ebe3ad
remove gmcs substitutes from mono packages
2016-02-04 03:51:47 +03:00
Jascha Geerds
ace76b5bdb
keepassx2: 2.0 -> 2.0.2
2016-02-03 11:36:53 +01:00
Damien Cassou
22d9e4ef26
Merge pull request #12777 from matthiasbeyer/update-some-packages
...
Update some packages
2016-02-02 23:09:13 +01:00
Matthias Beyer
11f95e1681
mdp: 1.0.1 -> 1.0.4
2016-02-02 21:33:09 +01:00
Matthias Beyer
61bef57edb
ctodo: 1.1 -> 1.2
2016-02-02 21:23:07 +01:00
Matthias Beyer
0c2ac149a3
hstr: 1.17 -> 1.19
2016-02-02 21:21:38 +01:00
Matthias Beyer
51e0077e79
khard: 0.6.3 -> 0.8.1
2016-02-02 21:19:35 +01:00
Tomasz Czyż
0c5ad78c18
solaar: fix, partially ( close #12685 )
...
vcunat's comments:
Unused parameter got removed.
CLI looks good now but the GUI still won't work with:
bin/..solaar-wrapped-wrapped:45: PyGIWarning:
Gtk was imported without specifying a version first.
Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
solaar.gtk.main()
solaar: error: Argument 0 does not allow None as a value
2016-02-01 13:21:43 +01:00
Thomas Tuegel
698b14c1c9
Merge pull request #12733 from hrdinka/update/qtpass
...
qtpass: 1.0.6 -> 1.1.0
2016-01-31 14:54:29 -06:00
Christoph Hrdinka
12ecc1ceb3
qtpass: use wrapQtProgramm instead of standard wrapper
2016-01-31 21:35:15 +01:00
Anne Jan Brouwer
2924099dae
qtpass: 1.0.6 -> 1.1.0
2016-01-31 21:32:15 +01:00
Pascal Wittmann
268d4699ec
calibre: 2.49.0 -> 2.50.1
2016-01-31 18:06:51 +01:00
Frederik Rietdijk
0f80ba1fb4
Merge pull request #12530 from np/python-trezor
...
New/updated python packages related to the TREZOR hardware wallet
2016-01-31 11:26:27 +01:00
Arseniy Seroka
79f34bedc6
Merge pull request #12681 from ktosiek/keepass-fix
...
keepass: 2.30 -> 2.31
2016-01-30 21:45:12 +03:00
Franz Pletz
62232466e5
Merge pull request #12698 from matthiasbeyer/update-scim
...
scim: 0.1.9 -> 0.2.1 (sc-im)
2016-01-30 17:41:32 +01:00
Matthias Beyer
72c7b1af7f
scim: 0.1.9 -> 0.2.1 (sc-im)
...
Move derivation definition to "sc-im", as project was renamed.
Also change the license to BSD, which is what what-license.com
detechted.
2016-01-30 17:33:01 +01:00
Nicolas Pouillard
2238ca0a5b
electrum-dash: init at 2.4.1
2016-01-30 14:04:04 +01:00
Nicolas Pouillard
65836c898f
electrum: add plugin dependencies (trezor, keepkey)
2016-01-30 14:04:04 +01:00
Tomasz Kontusz
16d9d3841f
keepass: 2.30 -> 2.31
...
Also replaces the keepass.patch with sed,
as the patch was having problems with newlines.
2016-01-29 21:19:59 +01:00
Maciek Starzyk
0a8d768b11
ranger: 1.7.1 -> 1.7.2
2016-01-29 20:28:10 +01:00
Rok Garbas
42f1f442e2
dmenu: adding patches to expression
...
is extended using patches http://tools.suckless.org/dmenu/patches/ this
argument makes it easier to extend dmenu by doing:
dmenu.overwritte {
patches = [
./dmenu-4.4-follow-focus.diff";
];
};
2016-01-29 18:49:34 +01:00
Joachim Schiele
3c67935ec4
kgocode: added automoc4 to buildInputs
2016-01-29 18:33:50 +01:00