Skip to content

Commit

Permalink
Revert "[endeavouros-skel-i3wm] last fixes befor emerging to default …
Browse files Browse the repository at this point in the history
…sources (please rebuild package for testing)"

This reverts commit 54d6a4d.
  • Loading branch information
killajoe committed Sep 14, 2023
1 parent 54d6a4d commit 453e914
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Maintainer: joekamprad <joekamprad at endeavouros.com>

_pkgname=endeavouros-i3wm-setup
pkgname=endeavouros-skel-i3wm
pkgver=4.10
pkgname=eos-settings-i3wm
pkgver=1.0
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=('any')
groups=('EndeavourOS')
url="https://github.com/endeavouros-team/${_pkgname}"
url="https://github.com/killajoe/${_pkgname}"
license=('GPL')
makedepends=('git')
depends=('endeavouros-skel-default')
source=("https://github.com/endeavouros-team/endeavouros-i3wm-setup/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('689d38bcd905b2c1a8efa257e5790e18f90e6db2985f4c5131569c312701ab90')
depends=()
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('')

package() {
PREFIX=/etc/skel
cd "$_pkgname-$pkgver"
mkdir -p "${pkgdir}${PREFIX}/.config/"
cp -R ".config/dunst" "${pkgdir}${PREFIX}/.config/dunst"
cp -R ".config/i3" "${pkgdir}${PREFIX}/.config/i3"
chmod -R +x "${pkgdir}${PREFIX}/.config/i3/scripts"
cp -R ".config/rofi" "${pkgdir}${PREFIX}/.config/rofi"
install -Dm644 ".config/example.picom.conf" "${pkgdir}${PREFIX}/.config/"
install -Dm755 ".profile" "${pkgdir}${PREFIX}/.profile"
cp -R "etc" "${pkgdir}/"
chmod -R +x "${pkgdir}/etc/skel/.config/i3/scripts"
}

0 comments on commit 453e914

Please sign in to comment.