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
86fdd16b
Unverified
Commit
86fdd16b
authored
Aug 04, 2024
by
Erik Reider
Committed by
GitHub
Aug 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed regular PKGBUILD (#457)
parent
8ea85698
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
38 deletions
+3
-38
PKGBUILD-buildd.yml
.github/workflows/PKGBUILD-buildd.yml
+3
-7
PKGBUILD
build-scripts/PKGBUILD
+0
-31
No files found.
.github/workflows/PKGBUILD-build
s
.yml
→
.github/workflows/PKGBUILD-build
d
.yml
View file @
86fdd16b
...
@@ -17,9 +17,6 @@ jobs:
...
@@ -17,9 +17,6 @@ jobs:
PKGBUILD-build
:
PKGBUILD-build
:
container
:
archlinux:base-devel
container
:
archlinux:base-devel
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
matrix
:
version
:
[
PKGBUILD
,
PKGBUILD-git
]
steps
:
steps
:
-
name
:
Install packages
-
name
:
Install packages
run
:
|
run
:
|
...
@@ -38,13 +35,12 @@ jobs:
...
@@ -38,13 +35,12 @@ jobs:
-
name
:
Check out sources
-
name
:
Check out sources
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
name
:
Test
${{ matrix.version }}
-
name
:
Test
PKGBUILD
run
:
|
run
:
|
file="${{ matrix.version }}"
build_dir="/tmp/PKGBUILD-git/"
build_dir="/tmp/$file/"
cd build-scripts
cd build-scripts
mkdir $build_dir
mkdir $build_dir
cp ./
$file
$build_dir/PKGBUILD
cp ./
PKGBUILD-git
$build_dir/PKGBUILD
cd $build_dir
cd $build_dir
sudo chown builduser $build_dir
sudo chown builduser $build_dir
sudo -H -u builduser bash -c 'makepkg -s --noconfirm'
sudo -H -u builduser bash -c 'makepkg -s --noconfirm'
build-scripts/PKGBUILD
deleted
100644 → 0
View file @
8ea85698
# vim: ft=sh
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync
pkgver
=
0.10.1
pkgrel
=
1
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername
=
SwayNotificationCenter
url
=
"https://github.com/ErikReider/
$_pkgfoldername
"
arch
=(
'x86_64'
'aarch64'
# ARM v8 64-bit
'armv7h'
# ARM v7 hardfloat
)
license
=(
GPL3
)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
"gvfs"
"libnotify"
"granite"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'5586d8a679dde5e530cb8b6f0c86abdd0d5e41362fc1c4e56e2211edea0f7a13'
)
build
()
{
arch-meson
"
${
_pkgfoldername
}
-
${
pkgver
}
"
build
-Dscripting
=
true
ninja
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
/"
ninja
-C
build
install
install
-Dm644
"
$_pkgfoldername
-
$pkgver
/COPYING"
-t
"
$pkgdir
/usr/share/licenses/
$pkgname
"
install
-Dm644
"
$_pkgfoldername
-
$pkgver
/README.md"
-t
"
$pkgdir
/usr/share/doc/
$pkgname
"
}
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