summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardotd4262021-09-29 11:29:00 -0400
committergardotd4262021-09-29 11:29:00 -0400
commitc778db17ab79286c5b803911f8d0ab9e1e25a6ff (patch)
tree15b2d982d30fb95da193e540060046e00d86898c
parentefd5488ab1b5439e1c3a4fd7e1f30d8a80fa7368 (diff)
downloadaur-c778db17ab79286c5b803911f8d0ab9e1e25a6ff.tar.gz
Merge i3-snapshot into regolith-i3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD19
2 files changed, 6 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a2e29819137..f4241b156ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -159,21 +159,14 @@ pkgname = regolith-i3
depends = gnome-session
depends = gnome-settings-daemon
depends = playerctl
+ depends = jsoncpp
optdepends = picom: For compositing/desktop effects - strongly recommended!
optdepends = unclutter-xfixes-git: For unclutter
optdepends = lightdm: Display Manager - Regolith LightDM theme included in regolith-desktop-config
provides = xrescat
provides = regolith-gnome-flashback
- conflicts =
-
-pkgname = i3-snapshot
- arch = x86_64
- groups = regolith-de
- license = BSD-3-Clause
- depends = i3-wm
- depends = jsoncpp
- depends = libsigc++
provides = i3-snapshot
+ conflicts =
pkgname = regolith-i3xrocks
pkgdesc = Regolith's i3xrocks with associated widgets and config files
diff --git a/PKGBUILD b/PKGBUILD
index 55ad59daff44..43bf0d3d2a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@
pkgbase=regolith-de
pkgname=(regolith-i3 # (regolith-i3-gaps regolith-i3-gaps-session i3-gaps-wm i3-gaps-wm-dbg i3-snapshot i3xrocks gnome-flashback ubiquity-slideshow-regolith)
- i3-snapshot
regolith-i3xrocks # allll the i3xrocks shit
regolith-styles # alll the styles shit
regolith-st
@@ -187,16 +186,18 @@ package_regolith-i3 () {
'accountsservice' 'cups-pk-helper' 'libgtop' 'gnome-control-center' 'gnome-desktop'
'xorg-xwininfo' 'dbus' 'python-gobject' 'python-dbus' 'xorg-xprop' 'libev' 'pcre'
'libconfig' 'xcb-util-image' 'xcb-util-renderutil' 'libsigc++' 'gnome-session'
- 'gnome-settings-daemon' 'playerctl')
+ 'gnome-settings-daemon' 'playerctl' 'jsoncpp')
optdepends=('picom: For compositing/desktop effects - strongly recommended!'
'unclutter-xfixes-git: For unclutter'
'lightdm: Display Manager - Regolith LightDM theme included in regolith-desktop-config' )
- provides=('xrescat' 'regolith-gnome-flashback')
+ provides=('xrescat' 'regolith-gnome-flashback' 'i3-snapshot')
conflicts=()
groups=('regolith-de')
extract_deb "${srcdir}"/regolith-gnome-flashback_2.6.2-1_amd64.deb
extract_deb "${srcdir}"/xrescat_1.2.1-1_amd64.deb
+ extract_deb "${srcdir}"/i3-snapshot_1.0.1-2hirsute_amd64.deb
+
# extra command
patch "${pkgdir}"/usr/bin/regolith-session -i "${srcdir}"/flashback.patch
@@ -204,18 +205,6 @@ package_regolith-i3 () {
move_copyright
}
-package_i3-snapshot () {
- pkdesc="Alternative to i3-save-tree from Regolith Linux"
- license=('BSD-3-Clause')
- arch=('x86_64')
- depends=('i3-wm' 'jsoncpp' 'libsigc++')
- provides=('i3-snapshot')
- groups=('regolith-de')
-
- extract_deb "${srcdir}"/i3-snapshot_1.0.1-2hirsute_amd64.deb
-
- move_copyright
-}
package_regolith-i3xrocks () {
pkgdesc="Regolith's i3xrocks with associated widgets and config files"