Commit graph

21 commits

Author SHA1 Message Date
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Euan Kemp 98e0716512 libappindicator: 12.10.0 -> 12.10.1+20.10.20200706.1
This moves libappindicator to use a different upstream source. Rather
than use the 8 year old (!) version displayed on its homepage
(https://launchpad.net/libappindicator), this switches us to the
maintained lp:libappindicator branch, browseable over here:
https://code.launchpad.net/~indicator-applet-developers/libappindicator/trunk.

This includes numerous fixes, remains updated, and matches what ubuntu
uses.

Due to a personal preference for git over bzr, I have the package using
ubuntu's git mirror of the package for the source rather than the bzr
repo where I _think_ development actually takes place.

This also removes the no-python patch, because per revision 292
(https://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk/revision/292),
that has been dropped from upstream already, so the patch is no longer
needed.

The primary motivation behind this change is to fix a crash with
libappindicator (reported
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996
and in various other places).

The relevant patch for that should be included in this version.
2020-08-25 14:50:48 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tor Hedin Brønner f5742d6592 libappindicator: add dev output for propagation 2020-01-16 18:17:01 +01:00
nyanloutre 573ab436a4
libappindicator-gtk2: remove obsolete substitutions 2019-11-30 17:39:09 +01:00
nyanloutre f49002cd26
libappindicator-gtk2: add missing automake step 2019-11-30 13:20:38 +01:00
worldofpeace 25b6665988 libappindicator: remove python2 2019-11-27 15:25:30 -05:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Malakhovski 7371fe5493 libappindicator: disable tests 2018-08-11 09:35:38 +00:00
Matthew Bauer a7d5c50034 all-packages: cleanup from last commit 2018-05-01 13:54:51 -05:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jan Tojnar 3fa21ca85c
libappindicator-gtk{2,3}: use recent vala 2017-12-19 17:25:54 +01:00
Willi Butz e75b2f03d0
libappindicator: fix substituteInPlace usage 2017-08-04 04:21:09 +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
Nikolay Amiantov ef4b73a038 libappindicator: propagate dependencies 2017-04-03 17:39:41 +03:00
Frederik Rietdijk 4fb7a8bf1a libappindicator: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk 2a549714bb libappindicator: do not use top-level python packages 2016-09-25 23:59:32 +02:00
Kirill Boltaev 0f37287df5 treewide: explicitly specify gtk version 2016-09-13 21:09:24 +03:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Ram Kromberg ef4f13a068 libappindicator: vala -> vala_0_23 2016-08-21 20:07:58 +03:00
Matthijs Steen 1502152a7d indicator libraries: init at 12.10
The indicator libraries for GTK2 and GTK3.

The bindings for Mono do not work yet because of some issues with Perl in
gtk-sharp-2 and an Unhandled Exception caused by building with multiple cores:
https://aur.archlinux.org/packages/libindicate-sharp/#comment-290385

Some packages have TODOs for the indicator libraries,
since it is an optional dependency for most packages.
These packages have not been updated by this commit.
2015-11-02 15:23:35 +01:00