Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- supported_platforms: ['linux'],
- source: {
- type: "git",
- url: "https://github.com/SkyMaverick/deadbeef-statusnotifier-plugin.git",
- patches: [
- "make.patch"
- ]
- },
- make: {
- type: "make",
- root: "/",
- ENV: {
- GTK3_CFLAGS: "$GTK310_CFLAGS",
- GTK3_LIBS: "$GTK310_LIBS",
- LIBDIR: "$LIBDIR"
- },
- out: [
- "build/sni_gtk3.so"
- ],
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement