Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ facetimehd-firmware
fake-ubuntu-advantage-tools-deb
fast
fast-colorthief-git
fastcompmgr-git
fastfetch-git
fblog-bin
feishin-app
Expand Down
30 changes: 30 additions & 0 deletions packages/fastcompmgr-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pkgbase = fastcompmgr-git
gives = fastcompmgr
pkgver = 0.5.r20.ga449edb
pkgrel = 2
pkgdesc = An early Compton-based compositor for X11 focused on performance. (git)
url = https://github.com/tycho-kirchner/fastcompmgr
arch = amd64
depends = libc6
depends = libx11-6
depends = libxcomposite1
depends = libxdamage1
depends = libxfixes3
depends = libxrender1
makedepends = git
makedepends = make
makedepends = gcc
makedepends = pkg-config
makedepends = libc6-dev
makedepends = libx11-dev
makedepends = libxcomposite-dev
makedepends = libxdamage-dev
makedepends = libxfixes-dev
makedepends = libxrender-dev
conflicts = fastcompmgr
provides = fastcompmgr
license = MIT
maintainer = aKqir24 <aKqir24@github.com
source = https://github.com/tycho-kirchner/fastcompmgr.git

pkgname = fastcompmgr-git
47 changes: 47 additions & 0 deletions packages/fastcompmgr-git/fastcompmgr-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#This script is based on asyync1024 <asyync1024@proton.me> AUR

pkgname="fastcompmgr-git"
gives="fastcompmgr"
pkgver="0.5.r20.ga449edb"
pkgrel="2"
pkgdesc="An early Compton-based compositor for X11 focused on performance. (git)"
arch=('amd64')
url="https://github.com/tycho-kirchner/fastcompmgr"
license=('MIT')
depends=(
"libc6"
"libx11-6"
"libxcomposite1"
"libxdamage1"
"libxfixes3"
"libxrender1"
)
makedepends=(
"git"
"make"
"gcc"
"pkg-config"
"libc6-dev"
"libx11-dev"
"libxcomposite-dev"
"libxdamage-dev"
"libxfixes-dev"
"libxrender-dev"
)
provides=("${gives}")
conflicts=("${gives}")
source=("https://github.com/tycho-kirchner/${gives}.git")
maintainer=("aKqir24 <aKqir24@github.com")

build() {
cd "${gives}"
make -j"${NCPU}"
}

package() {
cd "${gives}"

install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
install -Dm644 "${gives}.1" -t "${pkgdir}/usr/share/man/man1"
install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/doc/${pkgname}"
}
31 changes: 31 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3309,6 +3309,37 @@ pkgbase = fast

pkgname = fast
---
pkgbase = fastcompmgr-git
gives = fastcompmgr
pkgver = 0.5.r20.ga449edb
pkgrel = 2
pkgdesc = An early Compton-based compositor for X11 focused on performance. (git)
url = https://github.com/tycho-kirchner/fastcompmgr
arch = amd64
depends = libc6
depends = libx11-6
depends = libxcomposite1
depends = libxdamage1
depends = libxfixes3
depends = libxrender1
makedepends = git
makedepends = make
makedepends = gcc
makedepends = pkg-config
makedepends = libc6-dev
makedepends = libx11-dev
makedepends = libxcomposite-dev
makedepends = libxdamage-dev
makedepends = libxfixes-dev
makedepends = libxrender-dev
conflicts = fastcompmgr
provides = fastcompmgr
license = MIT
maintainer = aKqir24 <aKqir24@github.com
source = https://github.com/tycho-kirchner/fastcompmgr.git

pkgname = fastcompmgr-git
---
pkgbase = fastfetch-git
gives = fastfetch
pkgver = 2.37.0
Expand Down
Loading