3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

344 commits

Author SHA1 Message Date
Bobby Rong b7a302ef48
pantheon.switchboard-plug-bluetooth: 2.3.2 -> 2.3.6 2021-09-18 19:33:32 +08:00
Bobby Rong 627c9fc86d
pantheon.switchboard-plug-applications: 2.1.7 -> 6.0.0 2021-09-18 19:33:32 +08:00
Bobby Rong 0f4d3a87b4
pantheon.switchboard-plug-about: 2.6.3 -> 6.0.1 2021-09-18 19:33:32 +08:00
Bobby Rong 2912d5927a
pantheon.switchboard-plug-a11y: 2.2.0 -> 2.3.0 2021-09-18 19:33:32 +08:00
Bobby Rong e79876b1f7
pantheon.switchboard: 2.4.0 -> 6.0.0 2021-09-18 19:33:23 +08:00
Sandro 9774aa4754
Merge pull request #130423 from bobby285271/appcenter
pantheon.appcenter: 3.5.1 -> 3.6.0
2021-07-23 11:35:40 +02:00
R. RyanTM eed26c83ce pantheon.elementary-calculator: 1.6.1 -> 1.6.2 2021-07-22 11:13:15 -07:00
Bobby Rong f08f875879 pantheon.appcenter: 3.5.1 -> 3.6.0 2021-07-17 11:34:29 +08:00
Bobby Rong 3f12379409 pantheon.elementary-mail: unstable-2021-06-21 -> 6.0.0 2021-07-17 11:10:24 +08:00
Jan Tojnar 57f63bd52c
Merge pull request #130374 from bobby285271/elementary-terminal
pantheon.elementary-terminal: 5.5.2 -> 6.0.0
2021-07-17 04:07:43 +02:00
Jan Tojnar 3d3e88394e
Merge pull request #130332 from bobby285271/pantheon-test
pantheon.elementary-code: 3.4.1 -> 6.0.0
2021-07-17 04:07:13 +02:00
Bobby Rong 8a9cc8c204 pantheon.elementary-terminal: 5.5.2 -> 6.0.0 2021-07-17 09:00:12 +08:00
Bobby Rong 59b2fe6adc pantheon.elementary-code: 3.4.1 -> 6.0.0 2021-07-17 08:47:47 +08:00
Jan Tojnar 7dbc17410c
Merge pull request #130370 from bobby285271/video
pantheon.elementary-videos: 2.7.2 -> 2.7.3
2021-07-16 20:12:55 +02:00
Jan Tojnar 2cce6e617d
Merge pull request #130339 from bobby285271/photos
pantheon.elementary-photos: 2.7.0 -> 2.7.1
2021-07-16 20:00:54 +02:00
Jan Tojnar af357107ca
Merge pull request #130333 from bobby285271/elementary-feedback
pantheon.elementary-feedback: 1.0 -> 6.0.0
2021-07-16 20:00:19 +02:00
Bobby Rong 6276e4cebb pantheon.elementary-videos: 2.7.2 -> 2.7.3 2021-07-16 20:12:51 +08:00
Bobby Rong bca3740562 pantheon.elementary-photos: 2.7.0 -> 2.7.1 2021-07-16 14:27:27 +08:00
Bobby Rong d0e07c3891 pantheon.elementary-music: 5.0.5 -> 5.1.0 2021-07-16 13:58:03 +08:00
Bobby Rong f11b21f79c pantheon.elementary-feedback: 1.0 -> 6.0.0 2021-07-16 11:37:54 +08:00
Sandro d31cce87e1
Merge pull request #127696 from ethancedwards8/pantheon-elementary-mail 2021-06-25 18:54:02 +02:00
Olli Helenius 8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Ethan Edwards 246ae1de11
pantheon.elementary-mail: init at unstable-2021-06-21 2021-06-21 12:49:39 -04:00
R. RyanTM 457e319a2a pantheon.elementary-calculator: 1.6.0 -> 1.6.1 2021-05-19 11:36:36 -07:00
Jan Tojnar 79bcd4797e
pantheon.elementary-code: Fix build with latest Vala 2021-05-05 22:43:09 +02:00
Jan Tojnar 67924b3f45
pantheon.elementary-photos: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7676f941a5
pantheon.switchboard-plug-security-privacy: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7a0b4f123d
pantheon.switchboard-plug-printers: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar b1c5c6ce84
pantheon.elementary-calendar: fix build 2021-05-05 22:43:08 +02:00
Jan Tojnar ab3124de86
pantheon.elementary-music: Fix build with latest Vala 2021-05-05 22:43:07 +02:00
Jan Tojnar d4e741f6dc
pantheon.appcenter: Fix build
Use upstream patch.

To make it apply, we need to update the src hash, which r-ryantm did not do during the version bump: https://github.com/NixOS/nixpkgs/pull/101311
2021-05-05 22:43:00 +02:00
Sandro bf0abc558d
Merge pull request #107755 from r-ryantm/auto-update/elementary-calculator
pantheon.elementary-calculator: 1.5.5 -> 1.6.0
2021-01-18 12:01:05 +01:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
R. RyanTM 0d3811c52f pantheon.elementary-calculator: 1.5.5 -> 1.6.0 2020-12-27 21:22:48 +00:00
Sandro 4a43b8918f
Merge pull request #101311 from r-ryantm/auto-update/appcenter
pantheon.appcenter: 3.4.2 -> 3.5.1
2020-11-27 02:37:10 +01:00
Sandro 9ed66d049c
Merge pull request #101556 from r-ryantm/auto-update/elementary-calendar
pantheon.elementary-calendar: 5.1.0 -> 5.1.1
2020-11-27 01:10:56 +01:00
R. RyanTM 424b715c8a
pantheon.elementary-calendar: 5.1.0 -> 5.1.1 2020-11-27 01:08:05 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
WORLDofPEACE 8f7b1ecb52 pantheon.switchboard-with-plugs: add testing support 2020-10-26 13:29:22 -04:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
WORLDofPEACE 372e3a118d pantheon.switchboard-plug-about: patch some bugfixes
Hopefully fix https://github.com/NixOS/nixpkgs/issues/101221.
Though that issue is flaky on the reproducibility.
2020-10-24 11:50:47 -04:00
WORLDofPEACE c189b238d8
pantheon.switchboard-plug-onlineaccounts: fix build with vala 2020-10-24 01:17:02 +02:00
WORLDofPEACE a9785c51fb
pantheon.appcenter: use libhandy_0 2020-10-24 01:17:01 +02:00
R. RyanTM ca2562af84 pantheon.appcenter: 3.4.2 -> 3.5.1 2020-10-22 01:15:35 +00:00
worldofpeace ac05da41bd pantheon.elementary-dock: fix double includedir in .pc 2020-09-05 17:59:24 -04:00
worldofpeace 8845cb868c pantheon: remove plank
We don't use this anymore. Oops.
2020-09-03 21:46:19 -04:00
worldofpeace 87f3b4082d pantheon.switchboard-plug-sound: 2.2.4 -> 2.2.5
https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.5
2020-09-03 20:46:08 -04:00
worldofpeace 72d29c975d pantheon.switchboard-plug-network: 2.3.1 -> 2.3.2
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace b592c888ad pantheon.switchboard-plug-keyboard: 2.3.6 -> 2.4.1
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace 4b64a23f26 pantheon.elementary-files: 4.4.4 -> 4.5.0
https://github.com/elementary/files/releases/tag/4.5.0
2020-09-03 20:46:08 -04:00
worldofpeace 7dea5d2735 pantheon.elementary-calendar: 5.0.6 -> 5.1.6
https://github.com/elementary/calendar/releases/tag/5.1.0
2020-09-03 19:44:23 -04:00
worldofpeace 3acebf2165 pantheon.appcenter: 3.4.1 -> 3.4.2
https://github.com/elementary/appcenter/releases/tag/3.4.2
2020-09-03 19:43:43 -04:00
worldofpeace 7961afc58a pantheon: update hashes 2020-09-03 19:43:09 -04:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
R. RyanTM 7319882162 pantheon.elementary-files: 4.4.3 -> 4.4.4 2020-07-28 11:43:29 +00:00
worldofpeace d74da4fe52 pantheon.appcenter: fix build
I believe I misunderstood some things greatly 😅
2020-07-22 16:00:09 -04:00
worldofpeace 420918e8e1 pantheon.elementary-dock: 2020-02-28 -> 2020-06-11 2020-07-07 12:09:47 -04:00
worldofpeace 3da77587ee pantheon.elementary-videos: 2.7.1 -> 2.7.2
https://github.com/elementary/videos/releases/tag/2.7.2
2020-07-07 11:35:21 -04:00
worldofpeace efb60ca5cc pantheon.elementary-calendar: 5.0.5 -> 5.0.6
https://github.com/elementary/calendar/releases/tag/5.0.6
2020-07-07 11:35:21 -04:00
R. RyanTM 7003d6ebf3 pantheon.elementary-code: 3.4.0 -> 3.4.1 2020-06-15 18:36:24 +00:00
worldofpeace 150a36299e fixup! pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7 2020-06-07 14:24:31 -04:00
worldofpeace cf675b75c3 pantheon.switchboard-plug-sound: 2.2.3 -> 2.2.4 2020-06-07 14:12:36 -04:00
worldofpeace a8800e6b82 pantheon.switchboard-plug-security-privacy: 2.2.3 -> 2.2.4 2020-06-07 14:12:07 -04:00
worldofpeace 2a48d9fa2c pantheon.switchboard-plug-printers: 2.1.8 -> 2.1.9 2020-06-07 14:11:34 -04:00
worldofpeace 766478e2be pantheon.switchboard-plug-power: 2.4.1 -> 2.4.2
https://github.com/elementary/switchboard-plug-power/releases/tag/2.4.2
2020-06-07 14:11:08 -04:00
worldofpeace 9de4f5447e pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7 2020-06-07 14:10:41 -04:00
worldofpeace f8d35d8b7e pantheon.switchboard-plug-network: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-network/releases/tag/2.3.1
2020-06-07 14:09:22 -04:00
worldofpeace 6e53391394 pantheon.switchboard-plug-mouse-touchpad: 2.4.1 -> 2.4.2 2020-06-07 14:08:53 -04:00
worldofpeace ac1294c3db pantheon.switchboard-plug-display: 2.2.1 -> 2.2.2 2020-06-07 14:08:02 -04:00
worldofpeace 462abd5701 pantheon.switchboard-plug-datetime: 2.1.7 -> 2.1.9
https://github.com/elementary/switchboard-plug-datetime/releases/tag/2.1.9
https://github.com/elementary/switchboard-plug-datetime/releases/tag/2.1.8
2020-06-07 14:07:30 -04:00
worldofpeace 1d759d4786 pantheon.switchboard-plug-bluetooth: 2.3.1 -> 2.3.2 2020-06-07 14:06:47 -04:00
worldofpeace 96a44e01de pantheon.switchboard-plug-about: 2.6.2 -> 2.6.3 2020-06-07 14:06:21 -04:00
worldofpeace 05d5406fd8 pantheon.sideload: 1.1.0 -> 1.1.1
https://github.com/elementary/sideload/releases/tag/1.1.1
2020-06-07 13:49:41 -04:00
worldofpeace 5b5081f52d pantheon.elementary-files: 4.4.2 -> 4.4.3
https://github.com/elementary/files/releases/tag/4.4.3
2020-06-07 13:48:24 -04:00
worldofpeace 758619551b pantheon.elementary-calendar: 5.0.4 -> 5.0.5 2020-06-07 13:47:43 -04:00
worldofpeace 6c3b7923f0 pantheon.appcenter: 3.3.0 -> 3.4.0 2020-06-07 13:38:57 -04:00
worldofpeace 3fe608a274 pantheon.switchboard: 2.3.9 -> 2.4.0
https://github.com/elementary/switchboard/releases/tag/2.4.0
2020-06-07 12:48:23 -04:00
worldofpeace e22f36ecc0 pantheon.appcenter: 3.2.4 -> 3.3.0
https://github.com/elementary/appcenter/releases/tag/3.3.0
2020-06-07 12:48:23 -04:00
worldofpeace 9d73d28580 pantheon.switchboard-plug-pantheon-shell: 2.8.3 -> 2.8.4 2020-04-24 21:22:20 -04:00
worldofpeace 8da467e04b pantheon.elementary-videos: 2.7.0 -> 2.7.1
https://github.com/elementary/videos/releases/tag/2.7.1
2020-04-16 01:21:59 -04:00
worldofpeace 0e27a1f2b4
Merge pull request #84916 from worldofpeace/pantheon-update-04-10
Pantheon update 2020-04-10
2020-04-10 14:17:48 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace e7d592edb6 pantheon.switchboard-plug-security-privacy: 2.2.2 -> 2.2.3
* gtk toolbar to actionbar

https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.3
2020-04-10 12:24:56 -04:00
worldofpeace 3c4cf5db81 pantheon.switchboard-plug-pantheon-shell: 2.8.2 -> 2.8.3
Don't need backgrounds patch anymore because of my patch upstream [0]

https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.3

[0]: 541b1711fe
2020-04-10 12:23:26 -04:00
worldofpeace cc1550c1ac pantheon.switchboard-plug-mouse-touchpad: 2.4.0 -> 2.4.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.1
2020-04-10 12:21:15 -04:00
worldofpeace c8a38c9ee1 pantheon.switchboard-plug-applications: 2.1.6 -> 2.1.7
https://github.com/elementary/switchboard-plug-applications/releases/tag/2.1.7
2020-04-10 12:20:43 -04:00
worldofpeace a86f2a18ad pantheon.switchboard-plug-display: 2.2.0 -> 2.2.1
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.1
2020-04-10 12:20:04 -04:00
worldofpeace 45e3470ae4 pantheon.switchboard-plug-about: 2.6.1 -> 2.6.2
just translations
2020-04-10 12:19:22 -04:00
worldofpeace d484e6a9e9 pantheon.elementary-photos: 2.6.5 -> 2.7.0
https://github.com/elementary/photos/releases/tag/2.7.0
2020-04-10 12:13:16 -04:00
worldofpeace 0ec78fe131 pantheon.appcenter: 3.2.3 -> 3.2.4
https://github.com/elementary/appcenter/releases/tag/3.2.4
2020-04-10 12:12:41 -04:00
worldofpeace 30fef603fb pantheon.switchboard-plug-notifications: fix do not disturb 2020-04-06 02:52:02 -04:00
worldofpeace 4fa0ae2f1f pantheon.elementary-dock: init at 2020-02-28
It seems Pantheon has forked Plank.
2020-04-05 20:39:11 -04:00
worldofpeace f16c90aaf9 pantheon.switchboard-plug-sound: 2.2.2 -> 2.2.3 2020-04-05 20:39:11 -04:00
worldofpeace 64a4131192 pantheon.switchboard-plug-sharing: 2.1.3 -> 2.1.4 2020-04-05 20:39:11 -04:00
worldofpeace 650e29750b pantheon.switchboard-plug-printers: 2.1.7 -> 2.1.8 2020-04-05 20:39:11 -04:00
worldofpeace 803c6ab106 pantheon.switchboard-plug-power: 2.4.0 -> 2.4.1 2020-04-05 20:39:11 -04:00
worldofpeace b8ed81e2e3 pantheon.switchboard-plug-notifications: 2.1.5 -> 2.1.6 2020-04-05 20:39:11 -04:00
worldofpeace f38f4d73a5 pantheon.switchboard-plug-network: 2.2.0 -> 2.3.0 2020-04-05 20:39:10 -04:00
worldofpeace 441d85c4c5 pantheon.switchboard-plug-keyboard: 2.3.5 -> 2.3.6 2020-04-05 20:39:10 -04:00
worldofpeace fac751f815 pantheon.switchboard-plug-datetime: 2.1.6 -> 2.1.7 2020-04-05 20:39:10 -04:00
worldofpeace 5093dcea7b pantheon.switchboard-plug-a11y: 2.1.3 -> 2.2.0 2020-04-05 20:39:10 -04:00
worldofpeace dd89d6af4e pantheon.switchboard: 2.3.8 -> 2.3.9 2020-04-05 20:39:10 -04:00
worldofpeace d1b061a01f pantheon.sideload: 1.0.1 -> 1.1.0 2020-04-05 20:39:10 -04:00
worldofpeace b1e60062b7 pantheon.elementary-terminal: 5.5.1 -> 5.5.2 2020-04-05 20:39:09 -04:00
worldofpeace 450abc650f pantheon.elementary-files: 4.4.1 -> 4.4.2 2020-04-05 20:17:46 -04:00
worldofpeace 9ccc309744 pantheon.elementary-code: 3.3.0 -> 3.4.0 2020-04-05 20:17:46 -04:00
worldofpeace e25b83624d pantheon.elementary-camera: 1.0.5 -> 1.0.6 2020-04-05 20:17:46 -04:00
worldofpeace 0288741d26 pantheon.elementary-calendar: 5.0.3 -> 5.0.4 2020-04-05 20:17:46 -04:00
worldofpeace 3a97e45268 pantheon.elementary-calculator: 1.5.4 -> 1.5.5 2020-04-05 20:17:46 -04:00
worldofpeace e41d30dc74 pantheon.appcenter: 3.2.2 -> 3.2.3 2020-04-05 20:17:46 -04:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
worldofpeace 5a10c51ace
Merge pull request #83265 from worldofpeace/fix-wingpanel-and-switchboard
Fix wingpanel and switchboard
2020-03-24 03:13:30 -04:00
worldofpeace a9e7e93311 pantheon.switchboard-with-plugs: fix wrapping
Since #81475 this caused the wrapper to be empty of entries from
wrapGAppsHook because the wrapGAppsHook function doesn't add
them anymore, and was moved to gappsWrapperArgsHook. Instead
of just running that in postBuild it's more future proof to make this
use stdenv.mkDerivation because we want to mess around with the
generic builder.
2020-03-24 03:13:01 -04:00
Tor Hedin Brønner 4a3bc3e23d
pantheon.switchboard-plug-onlineaccounts: use older vala
This is fixed upstream, but the patch doesn't apply cleanly, so simply
use vala-0.46 to work around the issue until next release.

https://github.com/elementary/switchboard-plug-onlineaccounts/pull/120
2020-03-24 07:11:21 +01:00
Tor Hedin Brønner 04dbbfc2c2
pantheon.elementary-terminal: fix build with vte-2.91 2020-03-24 07:11:21 +01:00
Tor Hedin Brønner ac7d843413
pantheon.switchboard-plug-network: use libnma 2020-03-21 04:41:14 +01:00
R. RyanTM c7e617f683 pantheon.elementary-music: 5.0.4 -> 5.0.5 2020-03-08 06:56:50 +00:00
worldofpeace 7f7977e296 pantheon.elementary-files: 4.4.0 -> 4.4.1
https://github.com/elementary/files/releases/tag/4.4.1
2020-03-03 20:11:46 -05:00
worldofpeace 8acbc62f4e pantheon.elementary-code: 3.2.0 -> 3.3.0
https://github.com/elementary/code/releases/tag/3.3.0
2020-03-01 09:36:45 -05:00
worldofpeace ecca257d73 pantheon.switchboard-plug-bluetooth: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.1
2020-02-28 19:26:12 -05:00
worldofpeace e85290ba54 pantheon.sideload: 1.0.0 -> 1.0.1
https://github.com/elementary/sideload/releases/tag/1.0.1
2020-02-28 19:26:12 -05:00
worldofpeace a54dcfe076 pantheon.appcenter: 3..2.1 -> 3.2.2
https://github.com/elementary/appcenter/releases/tag/3.2.2
2020-02-28 19:26:12 -05:00
worldofpeace 59bf79ec4b pantheon.elementary-files: 4.3.0 -> 4.4.0
https://github.com/elementary/files/releases/tag/4.4.0
2020-02-17 21:05:33 -05:00
worldofpeace 0c8041d502 pantheon.switchboard-plug-mouse-touchpad: 2.3.1 -> 2.4.0
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.0
2020-01-21 16:11:39 -05:00
worldofpeace 2c4ab483e1 pantheon.elementary-screenshot-tool: 1.7.0 -> 1.7.1
https://github.com/elementary/screenshot/releases/tag/1.7.1
2020-01-21 16:11:39 -05:00
worldofpeace 312f643a3a pantheon.switchboard: 2.3.7 -> 2.3.8
https://github.com/elementary/switchboard/releases/tag/2.3.8
2020-01-18 21:40:46 -05:00
worldofpeace 6a3c188252 pantheon.elementary-terminal: 5.5.0 -> 5.5.1
https://github.com/elementary/terminal/releases/tag/5.5.1
2020-01-18 21:40:46 -05:00
R. RyanTM d829a66919 pantheon.elementary-code: 3.1.1 -> 3.2.0 2020-01-15 10:40:45 +00:00
worldofpeace ffe6b959a1 pantheon.elementary-files: 4.2.0 -> 4.3.0
Added libgit2-glib for git plugin support.

https://github.com/elementary/files/releases/tag/4.3.0
2020-01-07 20:57:15 -05:00
worldofpeace 7062a0df29 pantheon.elementary-terminal: 5.4.0 -> 5.5.0
https://github.com/elementary/terminal/releases/tag/5.5.0
2020-01-06 09:48:48 -05:00
worldofpeace f8b86fae8a pantheon.switchboard-with-plugs: optionals 2019-12-22 23:09:41 -05:00
worldofpeace 35b7b17125
Merge pull request #76116 from worldofpeace/pantheon-cleanup
Pantheon cleanups
2019-12-22 22:59:21 -05:00
worldofpeace 95dfa8b8cf pantheon: no bash update script, nixpkgs_github_update
Cuz ew. What could be more ew? Not this really.
Clearly using update-source-version (bash) from a different lang
is better? 😜
2019-12-22 01:47:42 -05:00
worldofpeace 4f49053ad9 pantheon.switchboard-with-plugs: have plugs argument only append to defaults
Switchboard was designed identically to Wingpanel, so the same justification
stands here.
2019-12-21 23:08:13 -05:00
worldofpeace 39bce33332 pantheon.appcenter: 3.2.0 -> 3.2.1
https://github.com/elementary/appcenter/releases/tag/3.2.1
2019-12-04 18:27:24 -05:00
worldofpeace e43b203331 pantheon.switchboard-plug-mouse-touchpad: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.1
2019-12-01 17:56:22 -05:00
worldofpeace a0f3043189 pantheon.switchboard-plug-power: don't override pkgconfig
We submitted a patch upstream to fix this.
2019-12-01 17:56:22 -05:00
worldofpeace 1575b3971c pantheon.switchboard-with-plugs: don't use hardcode patches
There are really becoming a pain to maintain.
2019-12-01 17:56:22 -05:00
worldofpeace 23b11cc24c pantheon.elementary-calendar: 2019-10-29 -> 5.0.3
https://github.com/elementary/calendar/releases/tag/5.0.1
https://github.com/elementary/calendar/releases/tag/5.0.2
https://github.com/elementary/calendar/releases/tag/5.0.3
2019-12-01 17:56:22 -05:00
worldofpeace 6bd1a2222c pantheon.elementary-videos: 2.6.3 -> 2.7.0
https://github.com/elementary/videos/releases/tag/2.7.0
2019-12-01 17:46:43 -05:00
worldofpeace 3b7f411300 pantheon.elementary-calculator: 1.5.3 -> 1.5.4
https://github.com/elementary/calculator/releases/tag/1.5.4
2019-12-01 17:34:44 -05:00
worldofpeace 360e13d3a0 pantheon.switchboard-plug-sound: 2.2.1 -> 2.2.2
Don't need pkgconfig override because of
* 6a78fcf740

https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.2
2019-11-22 05:13:15 -05:00
worldofpeace 75446f09b1 pantheon.switchboard-plug-printers: 2.1.6 -> 2.1.7
Don't need pkgconfig override because of
* a145291296

https://github.com/elementary/switchboard-plug-printers/releases/tag/2.1.7
2019-11-22 05:13:15 -05:00
worldofpeace 08afddc9d5 pantheon.switchboard-plug-power: 2.3.5 -> 2.4.0
Don't need pkgconfig override because of
* fb3dc06231

https://github.com/elementary/switchboard-plug-power/releases/tag/2.4.0
2019-11-22 05:13:15 -05:00
worldofpeace c44d5bd9fd pantheon.switchboard-plug-pantheon-shell: 2.8.1 -> 2.8.2
Don't need pkgconfig override because of
* d9971ebf1f

Patch to fix background permission issues is included in this release
so the downstream patch is dropped.

https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.2
2019-11-22 05:13:15 -05:00
worldofpeace daccdcfb77 pantheon.switchboard-plug-network: 2.1.4 -> 2.2.0
Don't need pkgconfig override because of
* d02cbe61cb

https://github.com/elementary/switchboard-plug-network/releases/tag/2.2.0
2019-11-22 05:13:15 -05:00
worldofpeace b8c90535c3 pantheon.switchboard-plug-mouse-touchpad: 2.2.0 -> 2.3.0
Don't need pkgconfig override because of
* e35153425f

https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.0
2019-11-22 05:13:15 -05:00
worldofpeace 692942b4c8 pantheon.switchboard-plug-display: 2.1.9 -> 2.2.0
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.0
2019-11-22 05:13:14 -05:00