Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lib32-libgudev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shironeko
lib32-libgudev
Commits
743d5025
Commit
743d5025
authored
3 years ago
by
Shironeko
Browse files
Options
Downloads
Patches
Plain Diff
first commit
parent
c088cb22
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
repos/multilib-x86_64/PKGBUILD
+0
-50
0 additions, 50 deletions
repos/multilib-x86_64/PKGBUILD
trunk/PKGBUILD
+1
-1
1 addition, 1 deletion
trunk/PKGBUILD
with
1 addition
and
51 deletions
repos/multilib-x86_64/PKGBUILD
deleted
100755 → 0
+
0
−
50
View file @
c088cb22
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: FadeMind <fademind@gmail.com>
# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
pkgname
=
lib32-libgudev
pkgver
=
237
pkgrel
=
1
pkgdesc
=
'GObject bindings for libudev'
arch
=(
x86_64
)
url
=
https://wiki.gnome.org/Projects/libgudev
license
=(
LGPL2.1
)
depends
=(
lib32-glib2
lib32-systemd
libgudev
)
makedepends
=(
git
meson
python
)
provides
=(
libgudev-1.0.so
)
_tag
=
dff7a794e55d6ad7a10e8edacd73aa047593e74c
source
=(
git+https://gitlab.gnome.org/GNOME/libgudev.git#tag
=
${
_tag
}
)
sha256sums
=(
SKIP
)
pkgver
()
{
cd
libgudev
git describe
--tags
}
build
()
{
export
CC
=
'gcc -m32'
export
CXX
=
'g++ -m32'
export
PKG_CONFIG
=
i686-pc-linux-gnu-pkg-config
arch-meson libgudev build
\
--libdir
=
/usr/lib32
\
-Dintrospection
=
disabled
\
-Dgtk_doc
=
false
\
-Dtests
=
disabled
\
-Dvapi
=
disabled
meson compile
-C
build
}
package
()
{
DESTDIR
=
"
${
pkgdir
}
"
meson
install
-C
build
rm
-rf
"
${
pkgdir
}
"
/usr/
{
include,share
}
}
# vim: ts=2 sw=2 et:
This diff is collapsed.
Click to expand it.
trunk/PKGBUILD
+
1
−
1
View file @
743d5025
...
...
@@ -11,7 +11,7 @@ url=https://wiki.gnome.org/Projects/libgudev
license
=(
LGPL2.1
)
depends
=(
lib32-glib2
lib32-
systemd
lib32-
udev
libgudev
)
makedepends
=(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment