Commit Graph

657 Commits

Author SHA1 Message Date
Joachim F
4e901ff2d8 Merge pull request #28723 from moaxcp/master
notion: 3-2015061300 -> 3-2017050501
2017-09-09 19:03:29 +00:00
Tim Steinbach
41d9884067
i3-gaps: Install man pages properly 2017-09-06 10:19:17 -04:00
Franz Pletz
101a048f95
i3: install manpages
cc #28976
2017-09-05 17:49:40 +02:00
Tim Steinbach
ce38725162
i3: 4.13 -> 4.14 2017-09-04 10:47:08 -04:00
John Mercier
fc0e22b7a7 notion: 3-2015061300 -> 3-2017050501 2017-09-02 15:07:09 -04:00
Graham Christensen
128cdeffd0
compiz: drop 2017-08-30 06:59:20 -04:00
Joachim F
b16489d3cf Merge pull request #27841 from volth/icewm-1.4.2
icewm: 1.3.12 -> 1.4.2
2017-08-26 22:09:41 +00:00
Frederik Rietdijk
6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Matthew Bauer
99c868c010 use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
Frederik Rietdijk
62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Frederik Rietdijk
13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Tuomas Tynkkynen
1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Robin Gloster
f60fffe697
sawfish: fix wrapProgram call 2017-08-10 15:15:22 +02:00
romildo
0b2be5ad90 jwm: 1600 -> 1621 2017-08-04 09:38:26 -03:00
mimadrid
09e0cc7cc7
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
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6 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
2017-08-01 22:03:30 +02:00
Volth
bb82df6d1c icewm: 1.3.12 -> 1.4.2 2017-08-01 17:31:29 +00:00
romildo
47689bf706 awesome: 4.1 -> 4.2
- update to version 4.2
- remove 1639.patch, which has been integrated in release
2017-07-29 10:32:42 -03:00
rnhmjoj
80a0c5c2fe
bspwm: fix package 2017-07-28 06:00:14 +02:00
rnhmjoj
d79072ac2e bspwm: 0.9.2 -> 0.9.3 2017-07-26 18:36:22 +02:00
romildo
7e2a478bad jwm: 1594 -> 1600 2017-07-23 13:30:21 -03:00
Chris Duncan
cca84bc6c9 sway: 0.12.2 -> 0.13.0 2017-07-10 22:00:22 +01:00
Chris Duncan
c27ebd41c5 sway: Add cmake version number flag 2017-07-10 21:56:36 +01:00
Chris Duncan
82ddeaba88 sway: Add pam, gdk_pixbuf build inputs 2017-07-10 21:54:03 +01:00
Graham Christensen
ed59b2c892 Revert "i3: add configFile to enable cutom configuration locations" 2017-07-02 08:48:41 -04:00
Benno Fünfstück
13c8c847f4 Merge pull request #27007 from jfrankenau/update-i3lock
i3lock: 2.8 -> 2.9.1
2017-07-01 19:59:18 +02:00
Johannes Frankenau
36021ddaaf i3lock: 2.8 -> 2.9.1 2017-07-01 09:28:23 +02:00
Maximilian Bosch
dd4c1e2b01
i3: add configFile to enable cutom configuration locations
i3 loads its configuration from `~/.config/i3`, but in nix-based systems
you might want to build the config in `~/.nix-profile` using a nix
derivation, so `i3` needs to know where to look for the configuration
file.
2017-07-01 08:20:56 +02:00
gratuxri
f78362d64c fvwm: 2.6.6 -> 2.6.7
Release notes: https://github.com/fvwmorg/fvwm/releases/tag/2.6.7
2017-06-12 21:25:00 +01:00
Jörg Thalheim
f56d83761c Merge pull request #26254 from boomshroom/fix/i3block-scripts
i3blocks: add optional dependencies for scripts
2017-06-10 11:05:48 +01:00
romildo
44681c53d6 jwm: 1582 -> 1594 2017-06-09 09:30:20 -03:00
Ismaïl Senhaji
9caa9220a7 i3lock-color: 2.7-2017-04-01 -> 2.9.1-c 2017-06-05 00:09:46 +02:00
Angelo Bulfone
4642e8d1cf i3blocks: add optional dependencies for scripts 2017-05-30 11:31:06 -07:00
Samuel Dionne-Riel
14520e7b4b awesome: Allows awesome to load svg images.
Awesome can load SVG images, just like it can do PNG, through gdk.

The support for SVG images through GDK needs librvsg.

This commits adds the plumbing necessary in the wrapper that makes
awesome be able to load SVG images.

Without this, awesome will not load SVG images. The related error message is:

 > Couldn't recognize the image file format for file

Which comes from gdk.
2017-05-14 17:10:16 -04:00
Eric Sagnes
92bb3e8b9b i3: fix runtime dependencies
Fixes #25633.
2017-05-10 02:42:44 +02:00
romildo
e6cd9fbc30 stalonetray: 0.8.1 -> 0.8.3 2017-05-04 09:49:37 -03:00
Mario Rodas
5ffed5898c dwm: Add http url scheme to dwm homepage 2017-04-23 18:46:19 -05:00
Joachim Fasting
aeaa79dc82
ratpoison: 1.4.8 -> 1.4.9
Contains changes that require updating user configs:

- command `compat' and the various def* compat commands were removed
- `msgwait', `rudeness', `startupmessage', `warp' are now variables

See http://git.savannah.nongnu.org/cgit/ratpoison.git/tree/NEWS
2017-04-17 21:39:33 +02:00
Daniel Ehlers
de83f55ee3 trayer: 1.1.6 -> 1.1.7 2017-04-10 13:29:00 +02:00
Jörg Thalheim
4c86093002 Merge pull request #24764 from matthewbauer/spectrwm-osx
spectrwm: fix OSX build
2017-04-09 11:13:33 +02:00
Matthew Bauer
f75703bfbf
spectrwm: fix OSX build 2017-04-09 01:30:38 -05:00
Sean Haugh
30b6561982 i3: add separateDebugInfo 2017-04-07 15:24:08 -05:00
Domen Kožar
7cef3e45b2 Merge pull request #24678 from edanaher/add-fvwm-maintainer
fvwm: add edanaher as maintainer
2017-04-06 15:28:48 +02:00
Evan Danaher
841740bd3d fvwm: add edanaher as maintainer 2017-04-06 09:05:32 -04:00
Tim Steinbach
f911770acf
sway: Add xwayland build input 2017-04-05 08:17:49 -04:00
Tim Steinbach
7acd1e7f68
sway: 0.11 -> 0.12.2 2017-04-04 20:56:27 -04:00
ndowens
daab7c193f i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450
i3lock-color: Corrected software src

Fixed version
2017-04-01 08:27:46 -05:00
sternenseemann
fd3a99633b 2bwm: init at 0.2 2017-03-30 19:21:27 +02:00
Vasiliy Solovey
eef066d05c way-cooler: init at 0.5.2 2017-03-26 21:39:58 +03:00
romildo
b1a9bcfb16 awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into account 2017-03-23 17:52:18 +01:00