Compare commits
2 commits
453b07f4d6
...
d86ffd3813
Author | SHA1 | Date | |
---|---|---|---|
d86ffd3813 | |||
feb819c903 |
7 changed files with 111 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule "archpackage/archy-dwm/archy-dwm-aur"]
|
||||||
|
path = archpackage/archy-dwm/archy-dwm-aur
|
||||||
|
url = ssh://aur@aur.archlinux.org/archy-dwm.git
|
||||||
|
[submodule "archpackage/archy-dwm-git/archy-dwm-git-aur"]
|
||||||
|
path = archpackage/archy-dwm-git/archy-dwm-git-aur
|
||||||
|
url = ssh://aur@aur.archlinux.org/archy-dwm-git.git
|
22
archpackage/archy-dwm-git/.SRCINFO
Normal file
22
archpackage/archy-dwm-git/.SRCINFO
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
pkgbase = archy-dwm-git
|
||||||
|
pkgdesc = A dynamic window manager for X with some patches applied
|
||||||
|
pkgver = 1.0.0.r1.gfeb819c
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/archy-linux/archy-dwm
|
||||||
|
arch = i686
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = git
|
||||||
|
makedepends = make
|
||||||
|
depends = libx11
|
||||||
|
depends = libxinerama
|
||||||
|
depends = libxft
|
||||||
|
depends = freetype2
|
||||||
|
depends = archy-slstatus-git
|
||||||
|
depends = archy-dmenu-git
|
||||||
|
provides = archy-dwm
|
||||||
|
conflicts = archy-dwm
|
||||||
|
source = archy-dwm::git+https://github.com/archy-linux/archy-dwm.git
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = archy-dwm-git
|
41
archpackage/archy-dwm-git/PKGBUILD
Normal file
41
archpackage/archy-dwm-git/PKGBUILD
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
|
||||||
|
pkgname=archy-dwm-git
|
||||||
|
_pkgname=archy-dwm
|
||||||
|
pkgver=1.0.0.r1.gfeb819c
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="A dynamic window manager for X with some patches applied"
|
||||||
|
url="https://github.com/archy-linux/$_pkgname"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
license=('MIT')
|
||||||
|
options=()
|
||||||
|
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus-git' 'archy-dmenu-git')
|
||||||
|
makedepends=('git' 'make')
|
||||||
|
install=
|
||||||
|
provides=("$_pkgname")
|
||||||
|
conflicts=("$_pkgname")
|
||||||
|
source=("$_pkgname::git+$url.git")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver(){
|
||||||
|
cd $_pkgname || exit 1
|
||||||
|
git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd $_pkgname || exit 1
|
||||||
|
make archy-dwm.desktop
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $_pkgname || exit 1
|
||||||
|
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $_pkgname || exit 1
|
||||||
|
# shellcheck disable=SC2154
|
||||||
|
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||||
|
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
install -m644 -D README.md "$pkgdir/usr/share/doc/$pkgname/README"
|
||||||
|
install -m644 -D build/archy-dwm.desktop "$pkgdir/usr/share/xsessions/archy-dwm.desktop"
|
||||||
|
}
|
1
archpackage/archy-dwm-git/archy-dwm-git-aur
Submodule
1
archpackage/archy-dwm-git/archy-dwm-git-aur
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4ee54178fef085aad3256c22c060cac3cf4a05f9
|
18
archpackage/archy-dwm/.SRCINFO
Normal file
18
archpackage/archy-dwm/.SRCINFO
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
pkgbase = archy-dwm
|
||||||
|
pkgdesc = A dynamic window manager for X with some patches applied
|
||||||
|
pkgver = 1.0.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/archy-linux/archy-dwm
|
||||||
|
arch = i686
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
depends = libx11
|
||||||
|
depends = libxinerama
|
||||||
|
depends = libxft
|
||||||
|
depends = freetype2
|
||||||
|
depends = archy-slstatus
|
||||||
|
depends = archy-dmenu
|
||||||
|
source = https://github.com/archy-linux/archy-dwm/archive/refs/tags/1.0.0.tar.gz
|
||||||
|
sha256sums = 4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add
|
||||||
|
|
||||||
|
pkgname = archy-dwm
|
22
archpackage/archy-dwm/PKGBUILD
Normal file
22
archpackage/archy-dwm/PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
|
||||||
|
pkgname=archy-dwm
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="A dynamic window manager for X with some patches applied"
|
||||||
|
url="https://github.com/archy-linux/archy-dwm"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
license=('MIT')
|
||||||
|
options=()
|
||||||
|
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus' 'archy-dmenu')
|
||||||
|
install=
|
||||||
|
source=("https://github.com/archy-linux/$pkgname/archive/refs/tags/$pkgname_$pkgver.tar.gz")
|
||||||
|
sha256sums=('4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$pkgname_$pkgver" || exit 1
|
||||||
|
# shellcheck disable=SC2154
|
||||||
|
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||||
|
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
|
||||||
|
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/xsessions/$pkgname.desktop"
|
||||||
|
}
|
1
archpackage/archy-dwm/archy-dwm-aur
Submodule
1
archpackage/archy-dwm/archy-dwm-aur
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b183219a02c5483bceefa03c3d8681eb848fc90c
|
Loading…
Add table
Add a link
Reference in a new issue