1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
Commit graph

8678 commits

Author SHA1 Message Date
AndersonTorres cca4ad5b52 arcan.arcan: 0.6.1pre1+unstable=2021-07-07 -> 0.6.1pre1+unstable=2021-07-10 2021-07-16 10:26:47 -03:00
AndersonTorres 6c539fa807 arcan: remove prio from everyone-wrapped inputs
Prio works well, but it is not actively developed by upstream.
2021-07-16 10:03:12 -03:00
AndersonTorres 48676d0ad6 arcan: fix wrapper
The wrapper should read the user's HOME directory, but it reads the
'homeless-shelter'.
2021-07-16 10:03:12 -03:00
Sandro Jäckel 26713e2241
treewide: remove gdk_pixbuf alias 2021-07-16 09:35:40 +02:00
Jan Tojnar 5fb893f922
Merge pull request #124315 from piegamesde/gnome-extensions
gnomeExtensions: Some more cleanup
2021-07-14 03:56:18 +02:00
piegames 3c85c0c975 gnomeExtensions.appindicator: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames e7d7df799f gnomeExtensions.dynamic-panel-transparency: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames 1d1a498111 gnomeExtensions.clipboard-indicator: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames 1149365fd0 gnomeExtensions.disable-unredirect: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames 2e0ffbe754 gnomeExtensions.draw-on-your-screen: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames a4d668bc07 gnomeExtensions: Remove gtile
It was never actually referenced anywhere, so technically it was never packaged …
2021-07-14 03:35:12 +02:00
piegames 8dd6024493 gnomeExtensions.hot-edge: Remove manual packaging 2021-07-14 03:35:12 +02:00
piegames 9dcb9aecc1 gnomeExtensions.material-shell: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames ee5b47ecc2 gnomeExtensions.mpris-indicator-button: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames 33cf6530fe gnomeExtensions.noannoyance: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames c5aa58a015 gnomeExtensions.timepp: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames ba3562ed09 gnomeExtensions.window-is-ready-remover: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames 5128ec5f06 gnomeExtensions.workspace-matrix: Remove manual packaging 2021-07-14 03:35:11 +02:00
piegames bffbf4617a gnomeExtensions: integrate manually packaged extensions better with the others
Their keys are now not used directly. Instead, we go the standard route of mapping to the
UUID in order to apply the rename procedure. This makes sure the manual override always does
the correct thing, and also gives us more consistency overall.
2021-07-14 03:35:11 +02:00
piegames 6aae2894ef gnomeExtensions: rename uuid field to extensionUuid 2021-07-14 03:23:36 +02:00
piegames 48db86f42c gnomeExtensions: Remove remove-dropdown-arrows 2021-07-14 03:23:36 +02:00
ajs124 798276050c
Merge pull request #122057 from helsinki-systems/upd/gnustep
gnustep: update
2021-07-13 13:29:24 +02:00
R. RyanTM 2edba5491f gnome.gnome-disk-utility: 40.1 -> 40.2 2021-07-13 03:57:24 +02:00
R. RyanTM 2a895b9df0 gnome.gnome-software: 40.2 -> 40.3 2021-07-13 03:56:35 +02:00
R. RyanTM 78624ce1de gnome.gnome-boxes: 40.2 -> 40.3 2021-07-13 03:43:28 +02:00
R. RyanTM e12040d36a gnome.gnome-devel-docs: 40.0 -> 40.3 2021-07-13 03:42:28 +02:00
R. RyanTM 2123e68bd8 gnome.gnome-maps: 40.2 -> 40.3 2021-07-13 03:31:21 +02:00
Maciej Krüger f085e22dc2
Merge pull request #129866 from Kranzes/bump-nemo 2021-07-11 03:55:20 +02:00
Ilan Joselevich 43ab29e013 cinnamon.nemo: 5.0.0 -> 5.0.3 2021-07-10 20:39:04 +03:00
AndersonTorres f3b1c8cee3 arcan: an expression to install all the appls 2021-07-07 22:56:35 -03:00
AndersonTorres d2c07b3a56 arcan.prio: init at 0.0.0+unstable=2018-09-13 2021-07-07 22:56:34 -03:00
AndersonTorres f910cce5d2 arcan.pipeworld: init at 0.0.0+unstable=2021-05-27 2021-07-07 22:56:34 -03:00
AndersonTorres 1566968ebf arcan.durden: init at 0.6.1+unstable=2021-06-25 2021-07-07 22:56:34 -03:00
AndersonTorres 94a08abdb4 arcan.xarcan: init at 0.6.0+unstable=2021-06-14 2021-07-07 22:56:34 -03:00
AndersonTorres 8c6d942984 arcan: create a wrapper
This commit creates a wrapper with the purpose of gracefully execute Arcan
applications (appls, in Arcan jargon).

In a typical FHS system, Arcan can be invoked by a commandline like `arcan
<appl>`, or more generally `arcan <arcan options> <appl> <appl options>`. In
order to emulate this behaviour, this wrapper was crafted.

It `symlinkJoin`s Arcan and the appls, and sets the relevant environment
variables accordingly.
2021-07-07 22:56:34 -03:00
AndersonTorres 09eacdb0df arcan.arcan: init at 0.6.1pre1+unstable=2021-07-07 2021-07-07 22:56:08 -03:00
AndersonTorres c23b5bd412 arcan: create skeleton/infrastructure
Arcan is a powerful development framework for creating virtually anything from
user interfaces for specialized embedded applications all the way to full-blown
standalone desktop environments.

At its heart lies a robust and portable multimedia engine, with a well-tested
and well-documented Lua scripting interface. The development emphasizes
security, debuggability and performance -- guided by a principle of least
surprise in terms of API design.

(Descriptions taken from official Github site!)
2021-07-07 16:39:11 -03:00
R. RyanTM 4ceb485837 gnustep.gorm: 1.2.26 -> 1.2.28 2021-07-05 18:52:47 +02:00
ajs124 2db931fb49 gnustep.gorm: align with other packages 2021-07-05 18:52:28 +02:00
ajs124 3fe546a5d2 gnustep.back: 0.28.0 -> 0.29.0
https://github.com/gnustep/libs-back/releases/tag/back-0_29_0
2021-07-05 18:52:27 +02:00
ajs124 91c28faa93 gnustep.gui: 0.28.0 -> 0.29.0
https://github.com/gnustep/libs-gui/releases/tag/gui-0_29_0
2021-07-05 18:52:26 +02:00
ajs124 35ef05ce92 gnustep.base: 1.27.0 -> 1.28.0
https://github.com/gnustep/libs-base/releases/tag/base-1_28_0
2021-07-05 18:52:25 +02:00
R. RyanTM 99509cff29 gnustep.make: 2.8.0 -> 2.9.0
https://github.com/gnustep/tools-make/releases/tag/make-2_9_0
2021-07-05 18:52:25 +02:00
github-actions[bot] d39be47e17
Merge master into staging-next 2021-07-03 18:01:07 +00:00
Pavol Rusnak 4cea628efb
gegl: drop the old 0.2 version, make gegl 0.4 default 2021-07-03 14:31:52 +02:00
github-actions[bot] 77a94d88ad
Merge master into staging-next 2021-07-03 06:01:13 +00:00
R. RyanTM 17b871ad18 cinnamon.bulky: 1.6 -> 1.7 2021-07-03 03:22:41 +00:00
github-actions[bot] 7350c52b9b
Merge master into staging-next 2021-07-01 00:01:35 +00:00
Sandro 7b83ccf2f5
Merge pull request #128457 from musfay/xfce4-panel-profiles-init 2021-07-01 00:55:07 +02:00
github-actions[bot] 1a1f2ce95d
Merge master into staging-next 2021-06-30 18:04:09 +00:00