diff --git a/x11/library/wayland-protocols/actions.py b/x11/library/wayland-protocols/actions.py
new file mode 100644
index 0000000000..339c3cfe18
--- /dev/null
+++ b/x11/library/wayland-protocols/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Copyright 2010 TUBITAK/BILGEM
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/x11/library/wayland-protocols/pspec.xml b/x11/library/wayland-protocols/pspec.xml
new file mode 100644
index 0000000000..208157f6af
--- /dev/null
+++ b/x11/library/wayland-protocols/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ wayland-protocols
+ http://wayland.freedesktop.org/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPLv2
+ library
+ Specifications of extended Wayland protocols
+ Specifications of extended Wayland protocols
+ https://wayland.freedesktop.org/releases/wayland-protocols-1.7.tar.xz
+
+ wayland-devel
+
+
+
+
+ wayland-protocols
+
+ /usr/share/wayland-protocols
+
+
+
+
+ wayland-protocols-devel
+ Wayland-protocols development files
+
+ wayland-protocols
+
+
+ /usr/share/pkgconfig
+
+
+
+
+
+ 2017-03-02
+ 1.7
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/x11/library/wayland-protocols/translations.xml b/x11/library/wayland-protocols/translations.xml
new file mode 100644
index 0000000000..e1ecbf9eb7
--- /dev/null
+++ b/x11/library/wayland-protocols/translations.xml
@@ -0,0 +1,12 @@
+
+
+
+ wayland-protocols
+ Genişletişmiş wayland protocolü tanımlamaları
+
+
+
+ wayland-protocols-devel
+ wayland-protocols için geliştirme dosyaları
+
+