José Romildo
0c6dd4164a
smartgithg: 19.1.1 -> 20.2.5
2021-05-15 09:11:53 -03:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jonathan Ringer
099b79d443
smartgithg: 18.2.9 -> 19.1.1
2019-08-16 10:26:05 -07:00
Meghea Iulian
c089c155df
smartgithg: 18.2.4 -> 18.2.9
...
Refactored packages:
* adds makeDesktopItem and remove install_freedesktop_items
* replaced buildCommand with preFixup & installPhase
* replaces makeWrapper with wrapGAppsHook
2019-08-03 20:12:11 +03:00
rnhmjoj
5ea4160b33
treewide: fixup bcf54ce
...
fix the executable bit for scripts installed with substituteAll
and some remaining shebangs.
2019-04-12 09:09:22 +02:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Herman Fries
e036a3d616
smartgithg: 18_1_5 -> 18.2.4
...
This PR is committed using the new version.
The never version requires JRE 10, actually the changelog mentions
downgrading from JDK11 to 10 because of a bug related to https
but this seams to be fixed by now
https://bugs.openjdk.java.net/browse/JDK-8210005
Also I did not find a `jre` output in jdk11, so the closure size
might increase due to it.
2019-01-28 14:42:27 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
baracoder
a9202796ec
smartgithg: 18.1.4 -> 18.1.5 ( #49527 )
...
Bugfix version
2018-10-31 18:53:51 +01:00
baracoder
185cd8baa8
smartgithg: 17.1.4 -> 18.1.4 ( #45250 )
2018-08-21 20:51:54 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Răzvan Flavius Panda
7c72b4a0f1
smartgithg: 17_1_1 -> 17_1_4
2018-02-13 00:09:08 +02:00
Orivej Desh
ee067a67bd
smartgithg: 17_0_3 -> 17_1_1
2017-11-13 20:17:51 +00:00
José Romildo Malaquias
be55657958
smartgithg: 8_0_3 -> 17_0_3 ( #25343 )
2017-05-02 10:10:06 +01:00
romildo
83d25e490b
smartgithg: 7_1_2 -> 8_0_3
2016-10-12 20:15:35 -03:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Raymond Gauthier
62f47641b1
smartgithg: 7.1.0 -> 7.1.2
...
Also fixes broken download link.
2016-03-14 10:27:22 -04:00
Vladimír Čunát
4538e70661
smartgithg: update 7_0_2 -> 7_1_0
2016-02-10 23:03:15 +01:00
Raymond Gauthier
738acf0651
smartgithg: 7.0.0 -> 7.0.2
...
Also adapted package's freedesktop item install
script so that it works in the context of nix.
(i.e.: icons and `*.desktop` file now properly
installed by the package).
2015-09-23 22:40:03 -04:00
Rok Garbas
b2579497c6
smartgithg: 6.5.9 -> 7.0.0
2015-09-04 09:04:56 +02:00
lostdj
a643e25286
SmartGitHg: 6.5.7 -> 6.5.9
2015-07-15 13:13:01 +03:00
Raymond Gauthier
cc1b3a7d8a
Fixed issue with smartgithg download url prefix.
...
Was using the `download` infix instead of
`downloads`.
2015-04-29 19:11:16 -04:00
Raymond Gauthier
ce43dae0df
Updated smartgithg to version 6.5.7
.
2015-04-27 22:00:42 -04:00
William A. Kennington III
c82410eeda
java: Normalize to the default jre / jdk
2015-01-07 14:55:41 -08:00
lostdj
cf8a716baa
SmartGitHg: update from 6.0.6 to 6.5.3.
2014-12-27 11:28:38 +03:00
lostdj
d8fc19da05
SmartGitHg: don't assume we're on OpenJDK and replace JDK dependency
...
with JRE.
Closes #4081 .
Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-20 23:11:35 +01:00
Nick Sauce
759cc041ed
smartgithg: new package
...
@vcunat added meta.platforms.
2014-09-11 21:51:01 +02:00