Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
a5895e46
Commit
a5895e46
authored
Apr 06, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made scdoc a makedepend
parent
364038ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PKGBUILD
PKGBUILD
+2
-2
PKGBUILD-git
PKGBUILD-git
+2
-2
No files found.
PKGBUILD
View file @
a5895e46
...
@@ -7,10 +7,10 @@ _pkgfoldername=SwayNotificationCenter
...
@@ -7,10 +7,10 @@ _pkgfoldername=SwayNotificationCenter
url
=
"https://github.com/ErikReider/
$_pkgfoldername
"
url
=
"https://github.com/ErikReider/
$_pkgfoldername
"
arch
=(
x86_64
)
arch
=(
x86_64
)
license
=(
GPL
)
license
=(
GPL
)
depends
=(
"gtk3>=3.22"
"gtk-layer-shell>=0.1"
"dbus"
"glib2>=2.50"
"gobject-introspection>=1.68"
"libgee>=0.20"
"json-glib>=1.0"
"libhandy>=1.4.0"
"scdoc>=1.9.2"
)
depends
=(
"gtk3>=3.22"
"gtk-layer-shell>=0.1"
"dbus"
"glib2>=2.50"
"gobject-introspection>=1.68"
"libgee>=0.20"
"json-glib>=1.0"
"libhandy>=1.4.0"
)
conflicts
=(
"swaync"
"swaync-client"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
)
makedepends
=(
vala meson git
)
makedepends
=(
vala meson git
scdoc
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'SKIP'
)
sha256sums
=(
'SKIP'
)
...
...
PKGBUILD-git
View file @
a5895e46
...
@@ -8,10 +8,10 @@ _pkgfoldername=SwayNotificationCenter
...
@@ -8,10 +8,10 @@ _pkgfoldername=SwayNotificationCenter
url="https://github.com/ErikReider/$_pkgfoldername"
url="https://github.com/ErikReider/$_pkgfoldername"
arch=(x86_64)
arch=(x86_64)
license=(GPL)
license=(GPL)
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0" "libhandy>=1.4.0"
"scdoc>=1.9.2"
)
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0" "libhandy>=1.4.0")
conflicts=("swaync" "swaync-client")
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client")
provides=("swaync" "swaync-client")
makedepends=(vala meson git)
makedepends=(vala meson git
scdoc
)
source=("git+$url")
source=("git+$url")
sha256sums=('SKIP')
sha256sums=('SKIP')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment