Commit Graph

269 Commits

Author SHA1 Message Date
José Romildo Malaquias
5d7b798861 xfce.thunar: 1.8.9 -> 1.8.14 2020-04-19 20:38:57 -03:00
José Romildo Malaquias
c0c96e8b94 xfce.xfce4-terminal: 0.8.8 -> 0.8.9.2 2020-04-19 20:38:57 -03:00
José Romildo Malaquias
279bb5a096 xfce.parole: 1.0.4 -> 1.0.5 2020-04-19 20:38:57 -03:00
José Romildo Malaquias
20b701df38 xfce.gigolo: 0.5.0 -> 0.5.1 2020-04-19 20:38:57 -03:00
José Romildo Malaquias
e18514f847 xfce.exo: 0.12.8 -> 0.12.11 2020-04-19 20:38:57 -03:00
José Romildo Malaquias
f578c517a3 xfce.xfce4-dict-plugin: remove
- The xfce4-dict-plugin is now part of xfce4-dict
- See https://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
- Throws a message
2020-04-19 20:38:57 -03:00
José Romildo Malaquias
cef0895d24 xfce.xfce4-netload-plugin: odd minor version number is not unstable 2020-04-16 08:06:56 -03:00
José Romildo Malaquias
2b98505890 xfce: use updateScript from pkgs 2020-04-15 23:02:34 -03:00
José Romildo Malaquias
06ba312152 xfce: add update scripts to xfce packages 2020-04-15 09:45:25 -03:00
José Romildo Malaquias
8162d76b18 xfce: tailor general update scripts to the xfce packages 2020-04-15 09:45:25 -03:00
José Romildo Malaquias
a772bc6eae xfce.orage: the git repository has been archived (unmaintained) 2020-04-15 09:45:25 -03:00
José Romildo Malaquias
2dff34b56b xfce: add pos attribute in mkXfcederivation 2020-04-15 09:45:25 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Ryan Mulligan
97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
worldofpeace
944ff7c9e2
Merge pull request #83684 from romildo/fix.xfce4-hardware-monitor-plugin
xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained)
2020-03-29 13:08:04 -04:00
José Romildo Malaquias
0dc23eaf61 xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained) 2020-03-29 10:11:12 -03:00
José Romildo Malaquias
459a94ffa7 xfce.xfce4-whiskermenu-plugin: 2.3.3 -> 2.4.3 2020-03-29 09:38:24 -03:00
Tor Hedin Brønner
398016914c
xfce.xfce4-dockbarx-plugin: use older vala
Bulid fails with 0.48, no fix upstream as I can see.
2020-03-24 07:11:22 +01:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
Léo Gaspard
7566b4f924
Merge pull request #82614 from Ekleog/xfce4-remove-alias
xfce4-12: remove alias
2020-03-15 12:00:20 +01:00
Léo Gaspard
175f9ef4f8 xfce4-12: remove alias 2020-03-14 22:05:50 +01:00
conferno
e0a2f0fc24
xfce.xfdashbooard: fix typo 2020-03-02 17:22:07 +00:00
worldofpeace
8e5ed7cfbb xfce.xfce4-pulseaudio-plugin: 0.4.1 -> 0.4.2, fix volume
We needed to add keybinder3.
2020-02-11 10:59:24 -05:00
worldofpeace
5e307dc68d Revert "nixos/xfce: use sessionPackages"
This reverts commit 966e56cdfb.

See https://github.com/NixOS/nixpkgs/pull/78421#issuecomment-582891431.
2020-02-07 10:16:26 -05:00
José Romildo Malaquias
8bad3b1749 xfce.catfish: 1.4.12 -> 1.4.13 2020-02-01 07:20:12 -03:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
worldofpeace
966e56cdfb nixos/xfce: use sessionPackages 2020-01-24 10:47:55 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
José Romildo Malaquias
c1dfcabba0 xfce.catfish: 1.4.11 -> 1.4.12 2020-01-04 11:48:18 +00:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
José Romildo Malaquias
0529b27d18 catfish: move to pkgs/desktops/xfce/applications
Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project

Makes an alias for catfish.
2019-12-23 07:54:59 -03:00
worldofpeace
272d9b91a0
Merge pull request #74398 from jtojnar/xfce-verve
xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0
2019-12-05 11:17:04 +00:00
Jan Tojnar
8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
Jan Tojnar
dabd535775
xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0
Fix build, exo-1 no longer required.

https://git.xfce.org/panel-plugins/xfce4-verve-plugin/commit/?h=isaacschemm/gtk3&id=ca80d4b0471b5419105bb2ad4fbf0037be765d42
2019-11-28 01:33:00 +01:00
worldofpeace
0f2e99bf3b xfce.xfburn: 0.5.5 -> 0.6.1 2019-11-19 18:47:03 -05:00
worldofpeace
0a335d00c3 xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0 2019-11-19 18:47:03 -05:00
worldofpeace
4615fb8311 xfce.thunar-archive-plugin: 0.3.1 -> 0.4.0 2019-11-19 18:47:03 -05:00
worldofpeace
af97f57fdb xfce.thunar-dropbox-plugin: 0.2.1 -> 0.3.1 2019-11-19 18:47:03 -05:00
worldofpeace
ac70cd728c xfce4-14: move to xfce and have only one version of xfce
All code that was at xfce4-14 has been moved to xfce/*.
Old expressions that aren't rewritten might be abandoned or broken.

Additonally I've ported the xfce4-14 thunar expression to support
thunarPlugins. We can now support this interface in the Xfce module
again, although I'm not sure if we have any plugins packaged that support
latest thunar.
2019-11-19 18:47:02 -05:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
worldofpeace
9acb145da3 xfce4-12.xfce4-vala-panel-appmenu-plugin: fix eval 2019-10-08 12:30:46 -04:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00